#A6AD81

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

Shades of Locust #A6AD81

Tints of Locust #A6AD81

Color information

#A6AD81 (or 0xA6AD81) is unknown color: approx Locust. HEX triplet: A6, AD and 81. RGB value is (166,173,129). Sum of RGB (Red+Green+Blue) = 166+173+129=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD81 is #59527E. Grayscale: #A6A6A6. Windows color (decimal): -5853823 or 8498598. OLE color: 8498598.

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

Color convert

RGB166173129-
CMYK0.0400.250.32
HSL69.55º21.15%59.22%-
HSV(B)69.55º25.43%67.84%-
XYZ34.6339.5826.58-
YUV165.89107.18128.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=35.47%
G=36.97%
B=27.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731290.0400.250.3269.5521.1559.22
HexA6AD8140192046153b
Octal2462552014031401062573
Binary101001101010110110000001100011001100000100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD81; }

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

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

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

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

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

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

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

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