#A6A57B

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

Shades of Locust #A6A57B

Tints of Locust #A6A57B

Color information

#A6A57B (or 0xA6A57B) is unknown color: approx Locust. HEX triplet: A6, A5 and 7B. RGB value is (166,165,123). Sum of RGB (Red+Green+Blue) = 166+165+123=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A57B is #595A84. Grayscale: #A0A0A0. Windows color (decimal): -5855877 or 8103334. OLE color: 8103334.

HSL color Cylindrical-coordinate representation of color #A6A57B: hue angle of 58.6º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6A57B is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB166165123-
CMYK00.010.260.35
HSL58.6º19.46%56.67%-
HSV(B)58.6º25.9%65.1%-
XYZ32.7636.4524.05-
YUV160.51106.83131.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 123 (48.44% from 255) = 27.09%
R=36.56%
G=36.34%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616512300.010.260.3558.619.4656.67
HexA6A57B011A233b1339
Octal246245173013243732371
Binary10100110101001011111011011101010001111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A57B; }

 p { color: rgb(166,165,123); }

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

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

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

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

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

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

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