#AFA052

Color #AFA052 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AFA052

Tints of Husk #AFA052

Color information

#AFA052 (or 0xAFA052) is unknown color: approx Husk. HEX triplet: AF, A0 and 52. RGB value is (175,160,82). Sum of RGB (Red+Green+Blue) = 175+160+82=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA052 is #505FAD. Grayscale: #9B9B9B. Windows color (decimal): -5267374 or 5415087. OLE color: 5415087.

HSL color Cylindrical-coordinate representation of color #AFA052: hue angle of 50.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFA052 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17516082-
CMYK00.090.530.31
HSL50.32º36.76%50.39%-
HSV(B)50.32º53.14%68.63%-
XYZ31.7734.8613.04-
YUV155.5986.47141.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=41.97%
G=38.37%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751608200.090.530.3150.3236.7650.39
HexAFA05209351F322532
Octal2572401220116537624562
Binary101011111010000010100100100111010111111110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA052; }

 p { color: rgb(175,160,82); }

 H1.HeaderClassName
 {
   color: #AFA052;
 }
 .AnyTagClassName
 {
   color: #AFA052;
 }
</style>
background-color css

<style>
 a { background-color: #AFA052; }

 a { background-color: rgb(175,160,82); }

 div.DivClassName
 {
   background-color: #AFA052;
 }
 .BgClassName
 {
   background-color: #AFA052;
 }
</style>
border-color css

<style>
 span { border-color: #AFA052; }

 span { border-color: rgb(175,160,82); }

 td.TdClassName
 {
   border-color: #AFA052;
 }
 .TagClassName
 {
   border-color: #AFA052;
 }
</style>