#AFA251

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

Shades of Husk #AFA251

Tints of Husk #AFA251

Color information

#AFA251 (or 0xAFA251) is unknown color: approx Husk. HEX triplet: AF, A2 and 51. RGB value is (175,162,81). Sum of RGB (Red+Green+Blue) = 175+162+81=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA251 is #505DAE. Grayscale: #9C9C9C. Windows color (decimal): -5266863 or 5350063. OLE color: 5350063.

HSL color Cylindrical-coordinate representation of color #AFA251: hue angle of 51.7º 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 #AFA251 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17516281-
CMYK00.070.540.31
HSL51.7º37.01%50.2%-
HSV(B)51.7º53.71%68.63%-
XYZ32.0835.5512.96-
YUV156.6585.31141.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=41.87%
G=38.76%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751628100.070.540.3151.737.0150.2
HexAFA25107361F342532
Octal257242121076637644562
Binary10101111101000101010001011111011011111110100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA251; }

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

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

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

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

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

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

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

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