#A99548

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

Shades of Husk #A99548

Tints of Husk #A99548

Color information

#A99548 (or 0xA99548) is unknown color: approx Husk. HEX triplet: A9, 95 and 48. RGB value is (169,149,72). Sum of RGB (Red+Green+Blue) = 169+149+72=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A99548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99548 is #566AB7. Grayscale: #929292. Windows color (decimal): -5663416 or 4756905. OLE color: 4756905.

HSL color Cylindrical-coordinate representation of color #A99548: hue angle of 47.63º 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 #A99548 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16914972-
CMYK00.120.570.34
HSL47.63º40.25%47.25%-
HSV(B)47.63º57.4%66.27%-
XYZ28.2830.410.51-
YUV146.286.13144.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=43.33%
G=38.21%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691497200.120.570.3447.6340.2547.25
HexA995480C392230282f
Octal2512251100147142605057
Binary1010100110010101100100001100111001100010110000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99548; }

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

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

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

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

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

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

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

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