#A8A255

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

Shades of Husk #A8A255

Tints of Husk #A8A255

Color information

#A8A255 (or 0xA8A255) is unknown color: approx Husk. HEX triplet: A8, A2 and 55. RGB value is (168,162,85). Sum of RGB (Red+Green+Blue) = 168+162+85=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A255 is #575DAA. Grayscale: #9B9B9B. Windows color (decimal): -5725611 or 5612200. OLE color: 5612200.

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

Color convert

RGB16816285-
CMYK00.040.490.34
HSL55.66º32.81%49.61%-
HSV(B)55.66º49.4%65.88%-
XYZ30.7134.8213.7-
YUV155.0288.49137.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=40.48%
G=39.04%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681628500.040.490.3455.6632.8149.61
HexA8A255043122382132
Octal250242125046142704162
Binary101010001010001010101010100110001100010111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A255; }

 p { color: rgb(168,162,85); }

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

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

 a { background-color: rgb(168,162,85); }

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

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

 span { border-color: rgb(168,162,85); }

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