#A6AD75

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

Shades of Locust #A6AD75

Tints of Locust #A6AD75

Color information

#A6AD75 (or 0xA6AD75) is unknown color: approx Locust. HEX triplet: A6, AD and 75. RGB value is (166,173,117). Sum of RGB (Red+Green+Blue) = 166+173+117=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD75 is #59528A. Grayscale: #A4A4A4. Windows color (decimal): -5853835 or 7712166. OLE color: 7712166.

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

Color convert

RGB166173117-
CMYK0.0400.320.32
HSL67.5º25.45%56.86%-
HSV(B)67.5º32.37%67.84%-
XYZ33.8839.2822.63-
YUV164.52101.18129.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=36.40%
G=37.94%
B=25.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661731170.0400.320.3267.525.4556.86
HexA6AD75402020441939
Octal2462551654040401043171
Binary101001101010110111101011000100000100000100010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD75; }

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

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

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

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

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

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

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

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