#A0A97B

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

Shades of Locust #A0A97B

Tints of Locust #A0A97B

Color information

#A0A97B (or 0xA0A97B) is unknown color: approx Locust. HEX triplet: A0, A9 and 7B. RGB value is (160,169,123). Sum of RGB (Red+Green+Blue) = 160+169+123=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A97B is #5F5684. Grayscale: #A1A1A1. Windows color (decimal): -6248069 or 8104352. OLE color: 8104352.

HSL color Cylindrical-coordinate representation of color #A0A97B: hue angle of 71.74º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0A97B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB160169123-
CMYK0.0500.270.34
HSL71.74º21.1%57.25%-
HSV(B)71.74º27.22%66.27%-
XYZ32.2637.2824.23-
YUV161.06106.52127.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=35.40%
G=37.39%
B=27.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601691230.0500.270.3471.7421.157.25
HexA0A97B501B22481539
Octal2402511735033421102571
Binary10100000101010011111011101011011100010100100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A97B; }

 p { color: rgb(160,169,123); }

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

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

 a { background-color: rgb(160,169,123); }

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

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

 span { border-color: rgb(160,169,123); }

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