Color Hex Logo

#afa846 Color Hex

#AFA846
(175,168,70)
0 Favorites   0 Comments

Color spaces of #afa846

RGB 17516870
HSL0.160.430.48
HSV56°60°69°
CMYK 0.000.040.60   0.31
XYZ32.787337.561411.3164
Yxy37.56140.40150.4599
Hunter Lab61.2874-11.759631.9536
CIE-Lab67.6961-10.094150.2708

#afa846 color RGB value is (175,168,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01000110
Octal 257 250 106
Decimal 175 168 70
Hex AF A8 46

RGB Percentages of Color #afa846

%42.37
%40.68
%16.95

CMYK Percentages of Color #afa846

%0
%4
%60
%31

Triadic Colors of #afa846

#afa846 #46afa8 #a846af

Analogous Colors of #afa846

#afa846 #82af46 #af7446

Monochromatic Colors of #afa846

#afa846

Complementary Color

#afa846 #464daf

#afa846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa846 Color CSS Codes

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

#afa846 Text Font Color

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

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


#afa846 Background Color

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

This div background color is #afa846


#afa846 Border Color

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

This div border color is #afa846


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,168,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 #afa846">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa846


Comments

No comments written yet.

Please login to write comment.