#A9AF70

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

Shades of Locust #A9AF70

Tints of Locust #A9AF70

Color information

#A9AF70 (or 0xA9AF70) is unknown color: approx Locust. HEX triplet: A9, AF and 70. RGB value is (169,175,112). Sum of RGB (Red+Green+Blue) = 169+175+112=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF70 is #56508F. Grayscale: #A6A6A6. Windows color (decimal): -5656720 or 7385001. OLE color: 7385001.

HSL color Cylindrical-coordinate representation of color #A9AF70: hue angle of 65.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9AF70 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB169175112-
CMYK0.0300.360.31
HSL65.71º28.25%56.27%-
HSV(B)65.71º36%68.63%-
XYZ34.6240.2621.28-
YUV166.0297.51130.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 38.38%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=37.06%
G=38.38%
B=24.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751120.0300.360.3165.7128.2556.27
HexA9AF7030241F421c38
Octal2512571603044371023470
Binary1010100110101111111000011010010011111100001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF70; }

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

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

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

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

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

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

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

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