#A8A97A

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

Shades of Locust #A8A97A

Tints of Locust #A8A97A

Color information

#A8A97A (or 0xA8A97A) is unknown color: approx Locust. HEX triplet: A8, A9 and 7A. RGB value is (168,169,122). Sum of RGB (Red+Green+Blue) = 168+169+122=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A97A is #575685. Grayscale: #A3A3A3. Windows color (decimal): -5723782 or 8038824. OLE color: 8038824.

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

Color convert

RGB168169122-
CMYK0.0100.280.34
HSL61.28º21.46%57.06%-
HSV(B)61.28º27.81%66.27%-
XYZ33.8538.1123.98-
YUV163.34104.67131.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=36.60%
G=36.82%
B=26.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691220.0100.280.3461.2821.4657.06
HexA8A97A101C223d1539
Octal250251172103442752571
Binary10101000101010011111010101110010001011110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A97A; }

 p { color: rgb(168,169,122); }

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

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

 a { background-color: rgb(168,169,122); }

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

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

 span { border-color: rgb(168,169,122); }

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