#AFA051

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

Shades of Husk #AFA051

Tints of Husk #AFA051

Color information

#AFA051 (or 0xAFA051) is unknown color: approx Husk. HEX triplet: AF, A0 and 51. RGB value is (175,160,81). Sum of RGB (Red+Green+Blue) = 175+160+81=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA051 is #505FAE. Grayscale: #9B9B9B. Windows color (decimal): -5267375 or 5349551. OLE color: 5349551.

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

Color convert

RGB17516081-
CMYK00.090.540.31
HSL50.43º37.01%50.2%-
HSV(B)50.43º53.71%68.63%-
XYZ31.7434.8512.84-
YUV155.4885.97141.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=42.07%
G=38.46%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751608100.090.540.3150.4337.0150.2
HexAFA05109361F322532
Octal2572401210116637624562
Binary101011111010000010100010100111011011111110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA051; }

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

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

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

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

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

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

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

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