#A4A570

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

Shades of Locust #A4A570

Tints of Locust #A4A570

Color information

#A4A570 (or 0xA4A570) is unknown color: approx Locust. HEX triplet: A4, A5 and 70. RGB value is (164,165,112). Sum of RGB (Red+Green+Blue) = 164+165+112=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A570 is #5B5A8F. Grayscale: #9E9E9E. Windows color (decimal): -5986960 or 7382436. OLE color: 7382436.

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

Color convert

RGB164165112-
CMYK0.0100.320.35
HSL61.13º22.75%54.31%-
HSV(B)61.13º32.12%64.71%-
XYZ31.6935.9720.6-
YUV158.66101.67131.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=37.19%
G=37.41%
B=25.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641651120.0100.320.3561.1322.7554.31
HexA4A5701020233d1736
Octal244245160104043752766
Binary101001001010010111100001010000010001111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A570; }

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

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

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

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

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

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

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

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