Color Hex Logo

#afa646 Color Hex

#AFA646
(175,166,70)
0 Favorites   0 Comments

Color spaces of #afa646

RGB 17516670
HSL0.150.430.48
HSV55°60°69°
CMYK 0.000.050.60   0.31
XYZ32.420936.828611.1942
Yxy36.82860.40300.4578
Hunter Lab60.6866-10.840531.5440
CIE-Lab67.1482-9.043749.6659

#afa646 color RGB value is (175,166,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01000110
Octal 257 246 106
Decimal 175 166 70
Hex AF A6 46

RGB Percentages of Color #afa646

%42.58
%40.39
%17.03

CMYK Percentages of Color #afa646

%0
%5
%60
%31

Triadic Colors of #afa646

#afa646 #46afa6 #a646af

Analogous Colors of #afa646

#afa646 #84af46 #af7246

Monochromatic Colors of #afa646

#afa646

Complementary Color

#afa646 #464faf

#afa646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa646 Color CSS Codes

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

#afa646 Text Font Color

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

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


#afa646 Background Color

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

This div background color is #afa646


#afa646 Border Color

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

This div border color is #afa646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa646


Comments

No comments written yet.

Please login to write comment.