#AF9E4C

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

Shades of Husk #AF9E4C

Tints of Husk #AF9E4C

Color information

#AF9E4C (or 0xAF9E4C) is unknown color: approx Husk. HEX triplet: AF, 9E and 4C. RGB value is (175,158,76). Sum of RGB (Red+Green+Blue) = 175+158+76=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9E4C is #5061B3. Grayscale: #9A9A9A. Windows color (decimal): -5267892 or 5021359. OLE color: 5021359.

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

Color convert

RGB17515876-
CMYK00.100.570.31
HSL49.7º39.44%49.22%-
HSV(B)49.7º56.57%68.63%-
XYZ31.2134.0911.77-
YUV153.7384.13143.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 76 (30.08% from 255) = 18.58%
R=42.79%
G=38.63%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751587600.100.570.3149.739.4449.22
HexAF9E4C0A391F322731
Octal2572361140127137624761
Binary101011111001111010011000101011100111111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E4C; }

 p { color: rgb(175,158,76); }

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

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

 a { background-color: rgb(175,158,76); }

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

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

 span { border-color: rgb(175,158,76); }

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