#A6AF7A

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

Shades of Locust #A6AF7A

Tints of Locust #A6AF7A

Color information

#A6AF7A (or 0xA6AF7A) is unknown color: approx Locust. HEX triplet: A6, AF and 7A. RGB value is (166,175,122). Sum of RGB (Red+Green+Blue) = 166+175+122=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF7A is #595085. Grayscale: #A6A6A6. Windows color (decimal): -5853318 or 8040358. OLE color: 8040358.

HSL color Cylindrical-coordinate representation of color #A6AF7A: hue angle of 70.19º 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 #A6AF7A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB166175122-
CMYK0.0500.300.31
HSL70.19º24.88%58.24%-
HSV(B)70.19º30.29%68.63%-
XYZ34.5740.1724.34-
YUV166.27103.02127.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=35.85%
G=37.80%
B=26.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751220.0500.300.3170.1924.8858.24
HexA6AF7A501E1F46193a
Octal2462571725036371063172
Binary1010011010101111111101010101111011111100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AF7A; }

 p { color: rgb(166,175,122); }

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

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

 a { background-color: rgb(166,175,122); }

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

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

 span { border-color: rgb(166,175,122); }

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