#A9B473

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

Shades of Locust #A9B473

Tints of Locust #A9B473

Color information

#A9B473 (or 0xA9B473) is unknown color: approx Locust. HEX triplet: A9, B4 and 73. RGB value is (169,180,115). Sum of RGB (Red+Green+Blue) = 169+180+115=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B473 is #564B8C. Grayscale: #A9A9A9. Windows color (decimal): -5655437 or 7582889. OLE color: 7582889.

HSL color Cylindrical-coordinate representation of color #A9B473: hue angle of 70.15º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9B473 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB169180115-
CMYK0.0600.360.29
HSL70.15º30.23%57.84%-
HSV(B)70.15º36.11%70.59%-
XYZ35.7842.3222.5-
YUV169.397.36127.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=36.42%
G=38.79%
B=24.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801150.0600.360.2970.1530.2357.84
HexA9B47360241D461e3a
Octal2512641636044351063672
Binary10101001101101001110011110010010011101100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B473; }

 p { color: rgb(169,180,115); }

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

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

 a { background-color: rgb(169,180,115); }

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

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

 span { border-color: rgb(169,180,115); }

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