#A1A476

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

Shades of Locust #A1A476

Tints of Locust #A1A476

Color information

#A1A476 (or 0xA1A476) is unknown color: approx Locust. HEX triplet: A1, A4 and 76. RGB value is (161,164,118). Sum of RGB (Red+Green+Blue) = 161+164+118=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A476 is #5E5B89. Grayscale: #9E9E9E. Windows color (decimal): -6183818 or 7775393. OLE color: 7775393.

HSL color Cylindrical-coordinate representation of color #A1A476: hue angle of 63.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1A476 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB161164118-
CMYK0.0200.280.36
HSL63.91º20.18%55.29%-
HSV(B)63.91º28.05%64.31%-
XYZ31.2435.4422.33-
YUV157.86105.51130.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=36.34%
G=37.02%
B=26.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641180.0200.280.3663.9120.1855.29
HexA1A476201C24401437
Octal2412441662034441002467
Binary1010000110100100111011010011100100100100000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A476; }

 p { color: rgb(161,164,118); }

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

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

 a { background-color: rgb(161,164,118); }

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

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

 span { border-color: rgb(161,164,118); }

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