#A0A475

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

Shades of Locust #A0A475

Tints of Locust #A0A475

Color information

#A0A475 (or 0xA0A475) is unknown color: approx Locust. HEX triplet: A0, A4 and 75. RGB value is (160,164,117). Sum of RGB (Red+Green+Blue) = 160+164+117=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A475 is #5F5B8A. Grayscale: #9D9D9D. Windows color (decimal): -6249355 or 7709856. OLE color: 7709856.

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

Color convert

RGB160164117-
CMYK0.0200.290.36
HSL65.11º20.52%55.1%-
HSV(B)65.11º28.66%64.31%-
XYZ30.9835.3122.01-
YUV157.45105.17129.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=36.28%
G=37.19%
B=26.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641170.0200.290.3665.1120.5255.1
HexA0A475201D24411537
Octal2402441652035441012567
Binary1010000010100100111010110011101100100100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A475; }

 p { color: rgb(160,164,117); }

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

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

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

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

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

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

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