Color Hex Logo

#afa746 Color Hex

#AFA746
(175,167,70)
0 Favorites   0 Comments

Color spaces of #afa746

RGB 17516770
HSL0.150.430.48
HSV55°60°69°
CMYK 0.000.050.60   0.31
XYZ32.603437.193611.2550
Yxy37.19360.40230.4589
Hunter Lab60.9866-11.300431.7487
CIE-Lab67.4220-9.569549.9686

#afa746 color RGB value is (175,167,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01000110
Octal 257 247 106
Decimal 175 167 70
Hex AF A7 46

RGB Percentages of Color #afa746

%42.48
%40.53
%16.99

CMYK Percentages of Color #afa746

%0
%5
%60
%31

Triadic Colors of #afa746

#afa746 #46afa7 #a746af

Analogous Colors of #afa746

#afa746 #83af46 #af7346

Monochromatic Colors of #afa746

#afa746

Complementary Color

#afa746 #464eaf

#afa746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa746 Color CSS Codes

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

#afa746 Text Font Color

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

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


#afa746 Background Color

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

This div background color is #afa746


#afa746 Border Color

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

This div border color is #afa746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa746


Comments

No comments written yet.

Please login to write comment.