#A0A572

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

Shades of Locust #A0A572

Tints of Locust #A0A572

Color information

#A0A572 (or 0xA0A572) is unknown color: approx Locust. HEX triplet: A0, A5 and 72. RGB value is (160,165,114). Sum of RGB (Red+Green+Blue) = 160+165+114=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A572 is #5F5A8D. Grayscale: #9D9D9D. Windows color (decimal): -6249102 or 7513504. OLE color: 7513504.

HSL color Cylindrical-coordinate representation of color #A0A572: hue angle of 65.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0A572 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB160165114-
CMYK0.0300.310.35
HSL65.88º22.08%54.71%-
HSV(B)65.88º30.91%64.71%-
XYZ30.9935.621.16-
YUV157.69103.34129.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=36.45%
G=37.59%
B=25.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601651140.0300.310.3565.8822.0854.71
HexA0A572301F23421637
Octal2402451623037431022667
Binary1010000010100101111001011011111100011100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A572; }

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

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

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

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

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

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

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

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