#A6A66F

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

Shades of Locust #A6A66F

Tints of Locust #A6A66F

Color information

#A6A66F (or 0xA6A66F) is unknown color: approx Locust. HEX triplet: A6, A6 and 6F. RGB value is (166,166,111). Sum of RGB (Red+Green+Blue) = 166+166+111=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A66F is #595990. Grayscale: #9F9F9F. Windows color (decimal): -5855633 or 7317158. OLE color: 7317158.

HSL color Cylindrical-coordinate representation of color #A6A66F: hue angle of 60º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A66F is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166166111-
CMYK000.330.35
HSL60º23.61%54.31%-
HSV(B)60º33.13%65.1%-
XYZ32.2336.5320.39-
YUV159.73100.5132.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=37.47%
G=37.47%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166111000.330.356023.6154.31
HexA6A66F0021233c1836
Octal246246157004143743066
Binary101001101010011011011110010000110001111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A66F; }

 p { color: rgb(166,166,111); }

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

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

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

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

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

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

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