#af9d54

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

Shades of Husk #AF9D54

Tints of Husk #AF9D54

Color information

#AF9D54 (or 0xAF9D54) is unknown color: approx Husk. HEX triplet: AF, 9D and 54. RGB value is (175,157,84). Sum of RGB (Red+Green+Blue) = 175+157+84=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D54 is #5062AB. Grayscale: #9A9A9A. Windows color (decimal): -5268140 or 5545391. OLE color: 5545391.

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

Color convert

RGB17515784-
CMYK00.100.520.31
HSL48.13º36.25%50.78%-
HSV(B)48.13º52%68.63%-
XYZ31.3433.8713.27-
YUV154.0688.46142.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.07%
GREEN value IS 157 (61.72% from 255) = 37.74%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=42.07%
G=37.74%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751578400.100.520.3148.1336.2550.78
HexAF9D540A341F302433
Octal2572351240126437604463
Binary101011111001110110101000101011010011111110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9d54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9d54; }

 p { color: rgb(175,157,84); }

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

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

 a { background-color: rgb(175,157,84); }

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

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

 span { border-color: rgb(175,157,84); }

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