Color Hex Logo

#af9236 Color Hex

#AF9236
(175,146,54)
0 Favorites   0 Comments

Color spaces of #af9236

RGB 17514654
HSL0.130.530.45
HSV46°69°69°
CMYK 0.000.170.69   0.31
XYZ28.623929.93817.7600
Yxy29.93810.43160.4514
Hunter Lab54.7157-2.372329.8923
CIE-Lab61.60080.659550.8736

#af9236 color RGB value is (175,146,54).

#af9236 hex color red value is 175, green value is 146 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #af9236 hue: 0.13 , saturation: 0.53 and the lightness value of af9236 is 0.45.

The process color (four color CMYK) of #af9236 color hex is 0.00, 0.17, 0.69, 0.31. Web safe color of #af9236 is #999933. Color #af9236 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 00110110
Octal 257 222 66
Decimal 175 146 54
Hex AF 92 36

RGB Percentages of Color #af9236

%46.67
%38.93
%14.40

CMYK Percentages of Color #af9236

%0
%17
%69
%31

Triadic Colors of #af9236

#af9236 #36af92 #9236af

Analogous Colors of #af9236

#af9236 #90af36 #af5636

Monochromatic Colors of #af9236

#af9236

Complementary Color

#af9236 #3653af

#af9236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9236 Color CSS Codes

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

#af9236 Text Font Color

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

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


#af9236 Background Color

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

This div background color is #af9236


#af9236 Border Color

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

This div border color is #af9236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9236


Comments

No comments written yet.

Please login to write comment.