#A99C4B

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

Shades of Husk #A99C4B

Tints of Husk #A99C4B

Color information

#A99C4B (or 0xA99C4B) is unknown color: approx Husk. HEX triplet: A9, 9C and 4B. RGB value is (169,156,75). Sum of RGB (Red+Green+Blue) = 169+156+75=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C4B is #5663B4. Grayscale: #969696. Windows color (decimal): -5661621 or 4955305. OLE color: 4955305.

HSL color Cylindrical-coordinate representation of color #A99C4B: hue angle of 51.7º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A99C4B is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16915675-
CMYK00.080.560.34
HSL51.7º38.52%47.84%-
HSV(B)51.7º55.62%66.27%-
XYZ29.5232.7211.42-
YUV150.6585.31141.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=42.25%
G=39%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691567500.080.560.3451.738.5247.84
HexA99C4B083822342730
Octal2512341130107042644760
Binary1010100110011100100101101000111000100010110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99C4B; }

 p { color: rgb(169,156,75); }

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

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

 a { background-color: rgb(169,156,75); }

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

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

 span { border-color: rgb(169,156,75); }

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