#A5A055

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

Shades of Husk #A5A055

Tints of Husk #A5A055

Color information

#A5A055 (or 0xA5A055) is unknown color: approx Husk. HEX triplet: A5, A0 and 55. RGB value is (165,160,85). Sum of RGB (Red+Green+Blue) = 165+160+85=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A055 is #5A5FAA. Grayscale: #999999. Windows color (decimal): -5922731 or 5611685. OLE color: 5611685.

HSL color Cylindrical-coordinate representation of color #A5A055: hue angle of 56.25º 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 #A5A055 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16516085-
CMYK00.030.480.35
HSL56.25º32%49.02%-
HSV(B)56.25º48.48%64.71%-
XYZ29.7333.813.55-
YUV152.9489.66136.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=40.24%
G=39.02%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651608500.030.480.3556.253249.02
HexA5A055033023382031
Octal245240125036043704061
Binary10100101101000001010101011110000100011111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A055; }

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

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

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

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

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

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

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

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