#AF9447

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

Shades of Husk #AF9447

Tints of Husk #AF9447

Color information

#AF9447 (or 0xAF9447) is unknown color: approx Husk. HEX triplet: AF, 94 and 47. RGB value is (175,148,71). Sum of RGB (Red+Green+Blue) = 175+148+71=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9447 is #506BB8. Grayscale: #939393. Windows color (decimal): -5270457 or 4691119. OLE color: 4691119.

HSL color Cylindrical-coordinate representation of color #AF9447: hue angle of 44.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF9447 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17514871-
CMYK00.150.590.31
HSL44.42º42.28%48.24%-
HSV(B)44.42º59.43%68.63%-
XYZ29.4130.7510.35-
YUV147.2984.95147.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=44.42%
G=37.56%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751487100.150.590.3144.4242.2848.24
HexAF94470F3B1F2c2a30
Octal2572241070177337545260
Binary101011111001010010001110111111101111111101100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9447; }

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

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

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

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

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

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

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

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