#A8B373

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

Shades of Locust #A8B373

Tints of Locust #A8B373

Color information

#A8B373 (or 0xA8B373) is unknown color: approx Locust. HEX triplet: A8, B3 and 73. RGB value is (168,179,115). Sum of RGB (Red+Green+Blue) = 168+179+115=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B373 is #574C8C. Grayscale: #A8A8A8. Windows color (decimal): -5721229 or 7582632. OLE color: 7582632.

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

Color convert

RGB168179115-
CMYK0.0600.360.30
HSL70.31º29.63%57.65%-
HSV(B)70.31º35.75%70.2%-
XYZ35.3641.822.42-
YUV168.4297.86127.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=36.36%
G=38.74%
B=24.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791150.0600.360.3070.3129.6357.65
HexA8B37360241E461e3a
Octal2502631636044361063672
Binary10101000101100111110011110010010011110100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B373; }

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

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

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

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

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

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

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

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