#A8ABA8

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

Shades of Rainee #A8ABA8

Tints of Rainee #A8ABA8

Color information

#A8ABA8 (or 0xA8ABA8) is unknown color: approx Rainee. HEX triplet: A8, AB and A8. RGB value is (168,171,168). Sum of RGB (Red+Green+Blue) = 168+171+168=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA8 is #575457. Grayscale: #A9A9A9. Windows color (decimal): -5723224 or 11053992. OLE color: 11053992.

HSL color Cylindrical-coordinate representation of color #A8ABA8: hue angle of 120º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A8ABA8 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB168171168-
CMYK0.0200.020.33
HSL120º1.75%66.47%-
HSV(B)120º1.75%67.06%-
XYZ37.7840.2842.83-
YUV169.76127.01126.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=33.14%
G=33.73%
B=33.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711680.0200.020.331201.7566.47
HexA8ABA82022178242
Octal250253250202411702102
Binary101010001010101110101000100101000011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABA8; }

 p { color: rgb(168,171,168); }

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

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

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

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

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

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

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