#A4A97A

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

Shades of Locust #A4A97A

Tints of Locust #A4A97A

Color information

#A4A97A (or 0xA4A97A) is unknown color: approx Locust. HEX triplet: A4, A9 and 7A. RGB value is (164,169,122). Sum of RGB (Red+Green+Blue) = 164+169+122=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A97A is #5B5685. Grayscale: #A2A2A2. Windows color (decimal): -5985926 or 8038820. OLE color: 8038820.

HSL color Cylindrical-coordinate representation of color #A4A97A: hue angle of 66.38º 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 #A4A97A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB164169122-
CMYK0.0300.280.34
HSL66.38º21.46%57.06%-
HSV(B)66.38º27.81%66.27%-
XYZ33.0137.6723.94-
YUV162.15105.34129.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=36.04%
G=37.14%
B=26.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691220.0300.280.3466.3821.4657.06
HexA4A97A301C22421539
Octal2442511723034421022571
Binary1010010010101001111101011011100100010100001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A97A; }

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

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

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

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

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

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

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

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