Color Hex Logo

#af961f Color Hex

#AF961F
(175,150,31)
0 Favorites   0 Comments

Color spaces of #af961f

RGB 17515031
HSL0.140.700.40
HSV50°82°69°
CMYK 0.000.140.82   0.31
XYZ28.832931.02565.7652
Yxy31.02560.43940.4728
Hunter Lab55.7006-5.077332.8537
CIE-Lab62.5292-2.528860.2938

#af961f color RGB value is (175,150,31).

#af961f hex color red value is 175, green value is 150 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af961f hue: 0.14 , saturation: 0.70 and the lightness value of af961f is 0.40.

The process color (four color CMYK) of #af961f color hex is 0.00, 0.14, 0.82, 0.31. Web safe color of #af961f is #999933. Color #af961f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 00011111
Octal 257 226 37
Decimal 175 150 31
Hex AF 96 1F

RGB Percentages of Color #af961f

%49.16
%42.13
%8.71

CMYK Percentages of Color #af961f

%0
%14
%82
%31

Triadic Colors of #af961f

#af961f #1faf96 #961faf

Analogous Colors of #af961f

#af961f #80af1f #af4e1f

Monochromatic Colors of #af961f

#af961f

Complementary Color

#af961f #1f38af

#af961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af961f Color CSS Codes

.mybgcolor {background-color:#af961f; } 
.myforecolor {color:#af961f; }
.mybordercolor {border:3px solid #af961f; }

#af961f Text Font Color

<p style="color:#af961f">Text here</p>

This sample text font color is #af961f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af961f Background Color

<div style="background-color:#af961f">
Div content here</div>

This div background color is #af961f


#af961f Border Color

<div style="border:3px solid #af961f">
Div here</div>

This div border color is #af961f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,150,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af961f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af961f;
  -webkit-box-shadow: 1px 1px 3px 2px #af961f;
  box-shadow:         1px 1px 3px 2px #af961f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,150,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af961f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af961f;
  -webkit-box-shadow: 1px 1px 3px 2px #af961f;
  box-shadow:         1px 1px 3px 2px #af961f;">
Div content here</div>

This div box has shadow with color #af961f


Comments

No comments written yet.

Please login to write comment.