#A8ACA8

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

Shades of Rainee #A8ACA8

Tints of Rainee #A8ACA8

Color information

#A8ACA8 (or 0xA8ACA8) is unknown color: approx Rainee. HEX triplet: A8, AC and A8. RGB value is (168,172,168). Sum of RGB (Red+Green+Blue) = 168+172+168=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 172 - color contains mainly: green. Hex color #A8ACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACA8 is #575357. Grayscale: #AAAAAA. Windows color (decimal): -5722968 or 11054248. OLE color: 11054248.

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

Color convert

RGB168172168-
CMYK0.0200.020.33
HSL120º2.35%66.67%-
HSV(B)120º2.33%67.45%-
XYZ37.9740.6642.89-
YUV170.35126.67126.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=33.07%
G=33.86%
B=33.07%

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
Decimal1681721680.0200.020.331202.3566.67
HexA8ACA82022178243
Octal250254250202411702103
Binary101010001010110010101000100101000011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACA8; }

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

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

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

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

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

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

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

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