#A4A677

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

Shades of Locust #A4A677

Tints of Locust #A4A677

Color information

#A4A677 (or 0xA4A677) is unknown color: approx Locust. HEX triplet: A4, A6 and 77. RGB value is (164,166,119). Sum of RGB (Red+Green+Blue) = 164+166+119=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A677 is #5B5988. Grayscale: #A0A0A0. Windows color (decimal): -5986697 or 7841444. OLE color: 7841444.

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

Color convert

RGB164166119-
CMYK0.0100.280.35
HSL62.55º20.89%55.88%-
HSV(B)62.55º28.31%65.1%-
XYZ32.2836.522.8-
YUV160.04104.84130.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=36.53%
G=36.97%
B=26.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641661190.0100.280.3562.5520.8955.88
HexA4A677101C233f1538
Octal244246167103443772570
Binary10100100101001101110111101110010001111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A677; }

 p { color: rgb(164,166,119); }

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

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

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

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

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

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

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