#AF9F48

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

Shades of Husk #AF9F48

Tints of Husk #AF9F48

Color information

#AF9F48 (or 0xAF9F48) is unknown color: approx Husk. HEX triplet: AF, 9F and 48. RGB value is (175,159,72). Sum of RGB (Red+Green+Blue) = 175+159+72=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F48 is #5060B7. Grayscale: #9A9A9A. Windows color (decimal): -5267640 or 4759471. OLE color: 4759471.

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

Color convert

RGB17515972-
CMYK00.090.590.31
HSL50.68º41.7%48.43%-
HSV(B)50.68º58.86%68.63%-
XYZ31.2534.3811.12-
YUV153.8781.8143.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=43.10%
G=39.16%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751597200.090.590.3150.6841.748.43
HexAF9F48093B1F332a30
Octal2572371100117337635260
Binary101011111001111110010000100111101111111110011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F48; }

 p { color: rgb(175,159,72); }

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

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

 a { background-color: rgb(175,159,72); }

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

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

 span { border-color: rgb(175,159,72); }

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