Color Hex Logo

#afa246 Color Hex

#AFA246
(175,162,70)
0 Favorites   0 Comments

Color spaces of #afa246

RGB 17516270
HSL0.150.430.48
HSV53°60°69°
CMYK 0.000.070.60   0.31
XYZ31.705035.396810.9556
Yxy35.39680.40620.4535
Hunter Lab59.4952-8.994030.7288
CIE-Lab66.0564-6.928248.4540

#afa246 color RGB value is (175,162,70).

#afa246 hex color red value is 175, green value is 162 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #afa246 hue: 0.15 , saturation: 0.43 and the lightness value of afa246 is 0.48.

The process color (four color CMYK) of #afa246 color hex is 0.00, 0.07, 0.60, 0.31. Web safe color of #afa246 is #999933. Color #afa246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01000110
Octal 257 242 106
Decimal 175 162 70
Hex AF A2 46

RGB Percentages of Color #afa246

%43.00
%39.80
%17.20

CMYK Percentages of Color #afa246

%0
%7
%60
%31

Triadic Colors of #afa246

#afa246 #46afa2 #a246af

Analogous Colors of #afa246

#afa246 #88af46 #af6e46

Monochromatic Colors of #afa246

#afa246

Complementary Color

#afa246 #4653af

#afa246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa246 Color CSS Codes

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

#afa246 Text Font Color

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

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


#afa246 Background Color

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

This div background color is #afa246


#afa246 Border Color

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

This div border color is #afa246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa246


Comments

No comments written yet.

Please login to write comment.