#A5A578

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

Shades of Locust #A5A578

Tints of Locust #A5A578

Color information

#A5A578 (or 0xA5A578) is unknown color: approx Locust. HEX triplet: A5, A5 and 78. RGB value is (165,165,120). Sum of RGB (Red+Green+Blue) = 165+165+120=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A578 is #5A5A87. Grayscale: #A0A0A0. Windows color (decimal): -5921416 or 7906725. OLE color: 7906725.

HSL color Cylindrical-coordinate representation of color #A5A578: hue angle of 60º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5A578 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165165120-
CMYK000.270.35
HSL60º20%55.88%-
HSV(B)60º27.27%64.71%-
XYZ32.3636.2723.06-
YUV159.87105.5131.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165120000.270.35602055.88
HexA5A578001B233c1438
Octal245245170003343742470
Binary10100101101001011111000001101110001111110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A578; }

 p { color: rgb(165,165,120); }

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

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

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

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

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

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

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