#A5A570

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

Shades of Locust #A5A570

Tints of Locust #A5A570

Color information

#A5A570 (or 0xA5A570) is unknown color: approx Locust. HEX triplet: A5, A5 and 70. RGB value is (165,165,112). Sum of RGB (Red+Green+Blue) = 165+165+112=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A570 is #5A5A8F. Grayscale: #9F9F9F. Windows color (decimal): -5921424 or 7382437. OLE color: 7382437.

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

Color convert

RGB165165112-
CMYK000.320.35
HSL60º22.75%54.31%-
HSV(B)60º32.12%64.71%-
XYZ31.936.0820.61-
YUV158.96101.5132.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=37.33%
G=37.33%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165112000.320.356022.7554.31
HexA5A5700020233c1736
Octal245245160004043742766
Binary101001011010010111100000010000010001111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A570; }

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

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

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

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

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

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

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

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