#A4A480

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

Shades of Locust #A4A480

Tints of Locust #A4A480

Color information

#A4A480 (or 0xA4A480) is unknown color: approx Locust. HEX triplet: A4, A4 and 80. RGB value is (164,164,128). Sum of RGB (Red+Green+Blue) = 164+164+128=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A480 is #5B5B7F. Grayscale: #A0A0A0. Windows color (decimal): -5987200 or 8430756. OLE color: 8430756.

HSL color Cylindrical-coordinate representation of color #A4A480: hue angle of 60º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A480 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB164164128-
CMYK000.220.36
HSL60º16.51%57.25%-
HSV(B)60º21.95%64.31%-
XYZ32.483625.66-
YUV159.9110130.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=35.96%
G=35.96%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164128000.220.366016.5157.25
HexA4A4800016243c1139
Octal244244200002644742171
Binary101001001010010010000000001011010010011110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A480; }

 p { color: rgb(164,164,128); }

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

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

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

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

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

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

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