#AF994D

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

Shades of Husk #AF994D

Tints of Husk #AF994D

Color information

#AF994D (or 0xAF994D) is unknown color: approx Husk. HEX triplet: AF, 99 and 4D. RGB value is (175,153,77). Sum of RGB (Red+Green+Blue) = 175+153+77=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF994D is #5066B2. Grayscale: #979797. Windows color (decimal): -5269171 or 5085615. OLE color: 5085615.

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

Color convert

RGB17515377-
CMYK00.130.560.31
HSL46.53º38.89%49.41%-
HSV(B)46.53º56%68.63%-
XYZ30.4132.4311.68-
YUV150.9186.29145.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=43.21%
G=37.78%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751537700.130.560.3146.5338.8949.41
HexAF994D0D381F2f2731
Octal2572311150157037574761
Binary101011111001100110011010110111100011111101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF994D; }

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

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

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

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

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

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

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

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