#AF9A4E

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

Shades of Husk #AF9A4E

Tints of Husk #AF9A4E

Color information

#AF9A4E (or 0xAF9A4E) is unknown color: approx Husk. HEX triplet: AF, 9A and 4E. RGB value is (175,154,78). Sum of RGB (Red+Green+Blue) = 175+154+78=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9A4E is #5065B1. Grayscale: #979797. Windows color (decimal): -5268914 or 5151407. OLE color: 5151407.

HSL color Cylindrical-coordinate representation of color #AF9A4E: hue angle of 47.01º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF9A4E is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17515478-
CMYK00.120.550.31
HSL47.01º38.34%49.61%-
HSV(B)47.01º55.43%68.63%-
XYZ30.6132.7811.92-
YUV151.6186.46144.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.00%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=43.00%
G=37.84%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751547800.120.550.3147.0138.3449.61
HexAF9A4E0C371F2f2632
Octal2572321160146737574662
Binary101011111001101010011100110011011111111101111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A4E; }

 p { color: rgb(175,154,78); }

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

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

 a { background-color: rgb(175,154,78); }

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

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

 span { border-color: rgb(175,154,78); }

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