#A6AD7C

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

Shades of Locust #A6AD7C

Tints of Locust #A6AD7C

Color information

#A6AD7C (or 0xA6AD7C) is unknown color: approx Locust. HEX triplet: A6, AD and 7C. RGB value is (166,173,124). Sum of RGB (Red+Green+Blue) = 166+173+124=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD7C is #595283. Grayscale: #A5A5A5. Windows color (decimal): -5853828 or 8170918. OLE color: 8170918.

HSL color Cylindrical-coordinate representation of color #A6AD7C: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AD7C is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB166173124-
CMYK0.0400.280.32
HSL68.57º23%58.24%-
HSV(B)68.57º28.32%67.84%-
XYZ34.3139.4524.88-
YUV165.32104.68128.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=35.85%
G=37.37%
B=26.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731240.0400.280.3268.572358.24
HexA6AD7C401C2045173a
Octal2462551744034401052772
Binary10100110101011011111100100011100100000100010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD7C; }

 p { color: rgb(166,173,124); }

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

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

 a { background-color: rgb(166,173,124); }

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

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

 span { border-color: rgb(166,173,124); }

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