#A8AFA8

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

Shades of Rainee #A8AFA8

Tints of Rainee #A8AFA8

Color information

#A8AFA8 (or 0xA8AFA8) is unknown color: approx Rainee. HEX triplet: A8, AF and A8. RGB value is (168,175,168). Sum of RGB (Red+Green+Blue) = 168+175+168=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFA8 is #575057. Grayscale: #ACACAC. Windows color (decimal): -5722200 or 11055016. OLE color: 11055016.

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

Color convert

RGB168175168-
CMYK0.0400.040.31
HSL120º4.19%67.25%-
HSV(B)120º4%68.63%-
XYZ38.5541.8143.08-
YUV172.11125.68125.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=32.88%
G=34.25%
B=32.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751680.0400.040.311204.1967.25
HexA8AFA84041F78443
Octal250257250404371704103
Binary10101000101011111010100010001001111111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFA8; }

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

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

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

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

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

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

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

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