#AFA153

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

Shades of Husk #AFA153

Tints of Husk #AFA153

Color information

#AFA153 (or 0xAFA153) is unknown color: approx Husk. HEX triplet: AF, A1 and 53. RGB value is (175,161,83). Sum of RGB (Red+Green+Blue) = 175+161+83=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA153 is #505EAC. Grayscale: #9C9C9C. Windows color (decimal): -5267117 or 5480879. OLE color: 5480879.

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

Color convert

RGB17516183-
CMYK00.080.530.31
HSL50.87º36.51%50.59%-
HSV(B)50.87º52.57%68.63%-
XYZ31.9935.2313.3-
YUV156.2986.64141.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=41.77%
G=38.42%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751618300.080.530.3150.8736.5150.59
HexAFA15308351F332533
Octal2572411230106537634563
Binary101011111010000110100110100011010111111110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA153; }

 p { color: rgb(175,161,83); }

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

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

 a { background-color: rgb(175,161,83); }

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

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

 span { border-color: rgb(175,161,83); }

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