#A4A470

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

Shades of Locust #A4A470

Tints of Locust #A4A470

Color information

#A4A470 (or 0xA4A470) is unknown color: approx Locust. HEX triplet: A4, A4 and 70. RGB value is (164,164,112). Sum of RGB (Red+Green+Blue) = 164+164+112=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A470 is #5B5B8F. Grayscale: #9E9E9E. Windows color (decimal): -5987216 or 7382180. OLE color: 7382180.

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

Color convert

RGB164164112-
CMYK000.320.36
HSL60º22.22%54.12%-
HSV(B)60º31.71%64.31%-
XYZ31.5135.6120.54-
YUV158.07102132.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=37.27%
G=37.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164112000.320.366022.2254.12
HexA4A4700020243c1636
Octal244244160004044742666
Binary101001001010010011100000010000010010011110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A470; }

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

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

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

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

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

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

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

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