#A9AD70

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

Shades of Locust #A9AD70

Tints of Locust #A9AD70

Color information

#A9AD70 (or 0xA9AD70) is unknown color: approx Locust. HEX triplet: A9, AD and 70. RGB value is (169,173,112). Sum of RGB (Red+Green+Blue) = 169+173+112=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD70 is #56528F. Grayscale: #A5A5A5. Windows color (decimal): -5657232 or 7384489. OLE color: 7384489.

HSL color Cylindrical-coordinate representation of color #A9AD70: hue angle of 63.93º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9AD70 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB169173112-
CMYK0.0200.350.32
HSL63.93º27.11%55.88%-
HSV(B)63.93º35.26%67.84%-
XYZ34.2339.4921.15-
YUV164.8598.17130.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=37.22%
G=38.11%
B=24.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691731120.0200.350.3263.9327.1155.88
HexA9AD70202320401b38
Octal2512551602043401003370
Binary10101001101011011110000100100011100000100000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD70; }

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

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

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

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

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

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

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

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