#ABC1A7

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

Shades of Rainee #ABC1A7

Tints of Rainee #ABC1A7

Color information

#ABC1A7 (or 0xABC1A7) is unknown color: approx Rainee. HEX triplet: AB, C1 and A7. RGB value is (171,193,167). Sum of RGB (Red+Green+Blue) = 171+193+167=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1A7 is #543E58. Grayscale: #B7B7B7. Windows color (decimal): -5520985 or 10994091. OLE color: 10994091.

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

Color convert

RGB171193167-
CMYK0.1100.130.24
HSL110.77º17.33%70.59%-
HSV(B)110.77º13.47%75.69%-
XYZ42.8449.5943.87-
YUV183.46118.71119.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 193 (75.78% from 255) = 36.35%
BLUE value IS 167 (65.62% from 255) = 31.45%
R=32.20%
G=36.35%
B=31.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931670.1100.130.24110.7717.3370.59
HexABC1A7B0D186f1147
Octal253301247130153015721107
Binary101010111100000110100111101101101110001101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1A7; }

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

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

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

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

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

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

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

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