#A0A67A

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

Shades of Locust #A0A67A

Tints of Locust #A0A67A

Color information

#A0A67A (or 0xA0A67A) is unknown color: approx Locust. HEX triplet: A0, A6 and 7A. RGB value is (160,166,122). Sum of RGB (Red+Green+Blue) = 160+166+122=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A67A is #5F5985. Grayscale: #9F9F9F. Windows color (decimal): -6248838 or 8038048. OLE color: 8038048.

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

Color convert

RGB160166122-
CMYK0.0400.270.35
HSL68.18º19.82%56.47%-
HSV(B)68.18º26.51%65.1%-
XYZ31.6536.1523.72-
YUV159.19107.01128.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=35.71%
G=37.05%
B=27.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601661220.0400.270.3568.1819.8256.47
HexA0A67A401B23441438
Octal2402461724033431042470
Binary10100000101001101111010100011011100011100010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A67A; }

 p { color: rgb(160,166,122); }

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

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

 a { background-color: rgb(160,166,122); }

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

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

 span { border-color: rgb(160,166,122); }

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