#A8B473

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

Shades of Locust #A8B473

Tints of Locust #A8B473

Color information

#A8B473 (or 0xA8B473) is unknown color: approx Locust. HEX triplet: A8, B4 and 73. RGB value is (168,180,115). Sum of RGB (Red+Green+Blue) = 168+180+115=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B473 is #574B8C. Grayscale: #A9A9A9. Windows color (decimal): -5720973 or 7582888. OLE color: 7582888.

HSL color Cylindrical-coordinate representation of color #A8B473: hue angle of 71.08º 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 #A8B473 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB168180115-
CMYK0.0700.360.29
HSL71.08º30.23%57.84%-
HSV(B)71.08º36.11%70.59%-
XYZ35.5642.2122.49-
YUV16997.52127.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=36.29%
G=38.88%
B=24.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801150.0700.360.2971.0830.2357.84
HexA8B47370241D471e3a
Octal2502641637044351073672
Binary10101000101101001110011111010010011101100011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B473; }

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

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

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

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

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

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

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

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