#A8A153

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

Shades of Husk #A8A153

Tints of Husk #A8A153

Color information

#A8A153 (or 0xA8A153) is unknown color: approx Husk. HEX triplet: A8, A1 and 53. RGB value is (168,161,83). Sum of RGB (Red+Green+Blue) = 168+161+83=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A153 is #575EAC. Grayscale: #9A9A9A. Windows color (decimal): -5725869 or 5480872. OLE color: 5480872.

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

Color convert

RGB16816183-
CMYK00.040.510.34
HSL55.06º33.86%49.22%-
HSV(B)55.06º50.6%65.88%-
XYZ30.4534.4413.23-
YUV154.287.82137.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=40.78%
G=39.08%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681618300.040.510.3455.0633.8649.22
HexA8A153043322372231
Octal250241123046342674261
Binary101010001010000110100110100110011100010110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A153; }

 p { color: rgb(168,161,83); }

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

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

 a { background-color: rgb(168,161,83); }

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

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

 span { border-color: rgb(168,161,83); }

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