#AF944F

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

Shades of Husk #AF944F

Tints of Husk #AF944F

Color information

#AF944F (or 0xAF944F) is unknown color: approx Husk. HEX triplet: AF, 94 and 4F. RGB value is (175,148,79). Sum of RGB (Red+Green+Blue) = 175+148+79=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF944F is #506BB0. Grayscale: #949494. Windows color (decimal): -5270449 or 5215407. OLE color: 5215407.

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

Color convert

RGB17514879-
CMYK00.150.550.31
HSL43.12º37.8%49.8%-
HSV(B)43.12º54.86%68.63%-
XYZ29.6830.8611.79-
YUV148.2188.95147.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=43.53%
G=36.82%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751487900.150.550.3143.1237.849.8
HexAF944F0F371F2b2632
Octal2572241170176737534662
Binary101011111001010010011110111111011111111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF944F; }

 p { color: rgb(175,148,79); }

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

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

 a { background-color: rgb(175,148,79); }

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

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

 span { border-color: rgb(175,148,79); }

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