#A8B181

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

Shades of Locust #A8B181

Tints of Locust #A8B181

Color information

#A8B181 (or 0xA8B181) is unknown color: approx Locust. HEX triplet: A8, B1 and 81. RGB value is (168,177,129). Sum of RGB (Red+Green+Blue) = 168+177+129=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B181 is #574E7E. Grayscale: #A9A9A9. Windows color (decimal): -5721727 or 8499624. OLE color: 8499624.

HSL color Cylindrical-coordinate representation of color #A8B181: hue angle of 71.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8B181 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB168177129-
CMYK0.0500.270.31
HSL71.25º23.53%60%-
HSV(B)71.25º27.12%69.41%-
XYZ35.8341.3526.86-
YUV168.84105.52127.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=35.44%
G=37.34%
B=27.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681771290.0500.270.3171.2523.5360
HexA8B181501B1F47183c
Octal2502612015033371073074
Binary10101000101100011000000110101101111111100011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B181; }

 p { color: rgb(168,177,129); }

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

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

 a { background-color: rgb(168,177,129); }

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

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

 span { border-color: rgb(168,177,129); }

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