#A6A57C

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

Shades of Locust #A6A57C

Tints of Locust #A6A57C

Color information

#A6A57C (or 0xA6A57C) is unknown color: approx Locust. HEX triplet: A6, A5 and 7C. RGB value is (166,165,124). Sum of RGB (Red+Green+Blue) = 166+165+124=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A57C is #595A83. Grayscale: #A0A0A0. Windows color (decimal): -5855876 or 8168870. OLE color: 8168870.

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

Color convert

RGB166165124-
CMYK00.010.250.35
HSL58.57º19.09%56.86%-
HSV(B)58.57º25.3%65.1%-
XYZ32.8236.4724.38-
YUV160.62107.33131.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=36.48%
G=36.26%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616512400.010.250.3558.5719.0956.86
HexA6A57C0119233b1339
Octal246245174013143732371
Binary10100110101001011111100011100110001111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A57C; }

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

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

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

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

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

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

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

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