#A5A052

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

Shades of Husk #A5A052

Tints of Husk #A5A052

Color information

#A5A052 (or 0xA5A052) is unknown color: approx Husk. HEX triplet: A5, A0 and 52. RGB value is (165,160,82). Sum of RGB (Red+Green+Blue) = 165+160+82=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A052 is #5A5FAD. Grayscale: #989898. Windows color (decimal): -5922734 or 5415077. OLE color: 5415077.

HSL color Cylindrical-coordinate representation of color #A5A052: hue angle of 56.39º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5A052 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16516082-
CMYK00.030.500.35
HSL56.39º33.6%48.43%-
HSV(B)56.39º50.3%64.71%-
XYZ29.6133.7512.94-
YUV152.688.16136.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=40.54%
G=39.31%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651608200.030.500.3556.3933.648.43
HexA5A052033223382230
Octal245240122036243704260
Binary10100101101000001010010011110010100011111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A052; }

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

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

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

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

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

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

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

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