#A8A254

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

Shades of Husk #A8A254

Tints of Husk #A8A254

Color information

#A8A254 (or 0xA8A254) is unknown color: approx Husk. HEX triplet: A8, A2 and 54. RGB value is (168,162,84). Sum of RGB (Red+Green+Blue) = 168+162+84=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A254 is #575DAB. Grayscale: #9B9B9B. Windows color (decimal): -5725612 or 5546664. OLE color: 5546664.

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

Color convert

RGB16816284-
CMYK00.040.50.34
HSL55.71º33.33%49.41%-
HSV(B)55.71º50%65.88%-
XYZ30.6734.8113.49-
YUV154.987.99137.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=40.58%
G=39.13%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681628400.040.50.3455.7133.3349.41
HexA8A254043222382131
Octal250242124046242704161
Binary101010001010001010101000100110010100010111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A254; }

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

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

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

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

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

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

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

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