Color Hex Logo

#af8333 Color Hex

#AF8333
(175,131,51)
0 Favorites   0 Comments

Color spaces of #af8333

RGB 17513151
HSL0.110.550.44
HSV39°71°69°
CMYK 0.000.250.71   0.31
XYZ26.393025.58566.6794
Yxy25.58560.44990.4362
Hunter Lab50.58224.619627.5783
CIE-Lab57.64168.781548.0903

#af8333 color RGB value is (175,131,51).

#af8333 hex color red value is 175, green value is 131 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #af8333 hue: 0.11 , saturation: 0.55 and the lightness value of af8333 is 0.44.

The process color (four color CMYK) of #af8333 color hex is 0.00, 0.25, 0.71, 0.31. Web safe color of #af8333 is #999933. Color #af8333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 00110011
Octal 257 203 63
Decimal 175 131 51
Hex AF 83 33

RGB Percentages of Color #af8333

%49.02
%36.69
%14.29

CMYK Percentages of Color #af8333

%0
%25
%71
%31

Triadic Colors of #af8333

#af8333 #33af83 #8333af

Analogous Colors of #af8333

#af8333 #9daf33 #af4533

Monochromatic Colors of #af8333

#af8333

Complementary Color

#af8333 #335faf

#af8333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8333 Color CSS Codes

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

#af8333 Text Font Color

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

This sample text font color is #af8333
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.


#af8333 Background Color

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

This div background color is #af8333


#af8333 Border Color

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

This div border color is #af8333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8333


Comments

No comments written yet.

Please login to write comment.