#AF9A46

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

Shades of Husk #AF9A46

Tints of Husk #AF9A46

Color information

#AF9A46 (or 0xAF9A46) is unknown color: approx Husk. HEX triplet: AF, 9A and 46. RGB value is (175,154,70). Sum of RGB (Red+Green+Blue) = 175+154+70=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A46 is #5065B9. Grayscale: #979797. Windows color (decimal): -5268922 or 4627119. OLE color: 4627119.

HSL color Cylindrical-coordinate representation of color #AF9A46: hue angle of 48º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF9A46 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17515470-
CMYK00.120.600.31
HSL48º42.86%48.04%-
HSV(B)48º60%68.63%-
XYZ30.3432.6710.5-
YUV150.782.46145.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.86%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=43.86%
G=38.60%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751547000.120.600.314842.8648.04
HexAF9A460C3C1F302b30
Octal2572321060147437605360
Binary101011111001101010001100110011110011111110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A46; }

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

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

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

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

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

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

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

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