#AFA157

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

Shades of Husk #AFA157

Tints of Husk #AFA157

Color information

#AFA157 (or 0xAFA157) is unknown color: approx Husk. HEX triplet: AF, A1 and 57. RGB value is (175,161,87). Sum of RGB (Red+Green+Blue) = 175+161+87=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA157 is #505EA8. Grayscale: #9D9D9D. Windows color (decimal): -5267113 or 5743023. OLE color: 5743023.

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

Color convert

RGB17516187-
CMYK00.080.500.31
HSL50.45º35.48%51.37%-
HSV(B)50.45º50.29%68.63%-
XYZ32.1435.2914.13-
YUV156.7588.64141.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.37%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=41.37%
G=38.06%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751618700.080.500.3150.4535.4851.37
HexAFA15708321F322333
Octal2572411270106237624363
Binary101011111010000110101110100011001011111110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA157; }

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

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

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

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

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

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

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

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