#AF9E50

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

Shades of Husk #AF9E50

Tints of Husk #AF9E50

Color information

#AF9E50 (or 0xAF9E50) is unknown color: approx Husk. HEX triplet: AF, 9E and 50. RGB value is (175,158,80). Sum of RGB (Red+Green+Blue) = 175+158+80=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E50 is #5061AF. Grayscale: #9A9A9A. Windows color (decimal): -5267888 or 5283503. OLE color: 5283503.

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

Color convert

RGB17515880-
CMYK00.100.540.31
HSL49.26º37.25%50%-
HSV(B)49.26º54.29%68.63%-
XYZ31.3534.1512.53-
YUV154.1986.13142.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=42.37%
G=38.26%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751588000.100.540.3149.2637.2550
HexAF9E500A361F312532
Octal2572361200126637614562
Binary101011111001111010100000101011011011111110001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E50; }

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

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

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

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

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

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

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

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