#A9AF7B

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

Shades of Locust #A9AF7B

Tints of Locust #A9AF7B

Color information

#A9AF7B (or 0xA9AF7B) is unknown color: approx Locust. HEX triplet: A9, AF and 7B. RGB value is (169,175,123). Sum of RGB (Red+Green+Blue) = 169+175+123=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AF7B is #565084. Grayscale: #A7A7A7. Windows color (decimal): -5656709 or 8105897. OLE color: 8105897.

HSL color Cylindrical-coordinate representation of color #A9AF7B: hue angle of 66.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9AF7B is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB169175123-
CMYK0.0300.300.31
HSL66.92º24.53%58.43%-
HSV(B)66.92º29.71%68.63%-
XYZ35.2740.5324.7-
YUV167.28103.01129.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=36.19%
G=37.47%
B=26.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751230.0300.300.3166.9224.5358.43
HexA9AF7B301E1F43193a
Octal2512571733036371033172
Binary101010011010111111110111101111011111100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF7B; }

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

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

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

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

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

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

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

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