#ABC0A7

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

Shades of Rainee #ABC0A7

Tints of Rainee #ABC0A7

Color information

#ABC0A7 (or 0xABC0A7) is unknown color: approx Rainee. HEX triplet: AB, C0 and A7. RGB value is (171,192,167). Sum of RGB (Red+Green+Blue) = 171+192+167=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0A7 is #543F58. Grayscale: #B6B6B6. Windows color (decimal): -5521241 or 10993835. OLE color: 10993835.

HSL color Cylindrical-coordinate representation of color #ABC0A7: hue angle of 110.4º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC0A7 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB171192167-
CMYK0.1100.130.25
HSL110.4º16.56%70.39%-
HSV(B)110.4º13.02%75.29%-
XYZ42.6249.1543.8-
YUV182.87119.04119.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=32.26%
G=36.23%
B=31.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921670.1100.130.25110.416.5670.39
HexABC0A7B0D196e1146
Octal253300247130153115621106
Binary101010111100000010100111101101101110011101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0A7; }

 p { color: rgb(171,192,167); }

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

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

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

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

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

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

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