#A9AF72

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

Shades of Locust #A9AF72

Tints of Locust #A9AF72

Color information

#A9AF72 (or 0xA9AF72) is unknown color: approx Locust. HEX triplet: A9, AF and 72. RGB value is (169,175,114). Sum of RGB (Red+Green+Blue) = 169+175+114=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF72 is #56508D. Grayscale: #A6A6A6. Windows color (decimal): -5656718 or 7516073. OLE color: 7516073.

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

Color convert

RGB169175114-
CMYK0.0300.350.31
HSL65.9º27.6%56.67%-
HSV(B)65.9º34.86%68.63%-
XYZ34.7340.3121.87-
YUV166.2598.51129.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=36.90%
G=38.21%
B=24.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751140.0300.350.3165.927.656.67
HexA9AF7230231F421c39
Octal2512571623043371023471
Binary1010100110101111111001011010001111111100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF72; }

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

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

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

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

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

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

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

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