#A9A970

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

Shades of Locust #A9A970

Tints of Locust #A9A970

Color information

#A9A970 (or 0xA9A970) is unknown color: approx Locust. HEX triplet: A9, A9 and 70. RGB value is (169,169,112). Sum of RGB (Red+Green+Blue) = 169+169+112=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A970 is #56568F. Grayscale: #A2A2A2. Windows color (decimal): -5658256 or 7383465. OLE color: 7383465.

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

Color convert

RGB169169112-
CMYK000.340.34
HSL60º24.89%55.1%-
HSV(B)60º33.73%66.27%-
XYZ33.4737.9820.9-
YUV162.599.5132.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=37.56%
G=37.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169169112000.340.346024.8955.1
HexA9A9700022223c1937
Octal251251160004242743167
Binary101010011010100111100000010001010001011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A970; }

 p { color: rgb(169,169,112); }

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

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

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

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

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

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

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