#A5A155

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

Shades of Husk #A5A155

Tints of Husk #A5A155

Color information

#A5A155 (or 0xA5A155) is unknown color: approx Husk. HEX triplet: A5, A1 and 55. RGB value is (165,161,85). Sum of RGB (Red+Green+Blue) = 165+161+85=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A155 is #5A5EAA. Grayscale: #999999. Windows color (decimal): -5922475 or 5611941. OLE color: 5611941.

HSL color Cylindrical-coordinate representation of color #A5A155: hue angle of 57º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5A155 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16516185-
CMYK00.020.480.35
HSL57º32%49.02%-
HSV(B)57º48.48%64.71%-
XYZ29.934.1413.61-
YUV153.5389.33136.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=40.15%
G=39.17%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651618500.020.480.35573249.02
HexA5A155023023392031
Octal245241125026043714061
Binary10100101101000011010101010110000100011111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A155; }

 p { color: rgb(165,161,85); }

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

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

 a { background-color: rgb(165,161,85); }

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

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

 span { border-color: rgb(165,161,85); }

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