#A99648

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

Shades of Husk #A99648

Tints of Husk #A99648

Color information

#A99648 (or 0xA99648) is unknown color: approx Husk. HEX triplet: A9, 96 and 48. RGB value is (169,150,72). Sum of RGB (Red+Green+Blue) = 169+150+72=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99648 is #5669B7. Grayscale: #939393. Windows color (decimal): -5663160 or 4757161. OLE color: 4757161.

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

Color convert

RGB16915072-
CMYK00.110.570.34
HSL48.25º40.25%47.25%-
HSV(B)48.25º57.4%66.27%-
XYZ28.4430.7210.56-
YUV146.7985.79143.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=43.22%
G=38.36%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691507200.110.570.3448.2540.2547.25
HexA996480B392230282f
Octal2512261100137142605057
Binary1010100110010110100100001011111001100010110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99648; }

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

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

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

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

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

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

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

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