#AF994A

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

Shades of Husk #AF994A

Tints of Husk #AF994A

Color information

#AF994A (or 0xAF994A) is unknown color: approx Husk. HEX triplet: AF, 99 and 4A. RGB value is (175,153,74). Sum of RGB (Red+Green+Blue) = 175+153+74=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF994A is #5066B5. Grayscale: #969696. Windows color (decimal): -5269174 or 4889007. OLE color: 4889007.

HSL color Cylindrical-coordinate representation of color #AF994A: hue angle of 46.93º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF994A is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17515374-
CMYK00.130.580.31
HSL46.93º40.56%48.82%-
HSV(B)46.93º57.71%68.63%-
XYZ30.3132.3911.13-
YUV150.5784.79145.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=43.53%
G=38.06%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751537400.130.580.3146.9340.5648.82
HexAF994A0D3A1F2f2931
Octal2572311120157237575161
Binary101011111001100110010100110111101011111101111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF994A; }

 p { color: rgb(175,153,74); }

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

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

 a { background-color: rgb(175,153,74); }

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

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

 span { border-color: rgb(175,153,74); }

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