#A99651

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

Shades of Husk #A99651

Tints of Husk #A99651

Color information

#A99651 (or 0xA99651) is unknown color: approx Husk. HEX triplet: A9, 96 and 51. RGB value is (169,150,81). Sum of RGB (Red+Green+Blue) = 169+150+81=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99651 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99651 is #5669AE. Grayscale: #949494. Windows color (decimal): -5663151 or 5346985. OLE color: 5346985.

HSL color Cylindrical-coordinate representation of color #A99651: hue angle of 47.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A99651 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB16915081-
CMYK00.110.520.34
HSL47.05º35.2%49.02%-
HSV(B)47.05º52.07%66.27%-
XYZ28.7530.8412.22-
YUV147.8290.29143.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=42.25%
G=37.5%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691508100.110.520.3447.0535.249.02
HexA996510B34222f2331
Octal2512261210136442574361
Binary1010100110010110101000101011110100100010101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99651; }

 p { color: rgb(169,150,81); }

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

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

 a { background-color: rgb(169,150,81); }

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

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

 span { border-color: rgb(169,150,81); }

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