#ABCAA5

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

Shades of Rainee #ABCAA5

Tints of Rainee #ABCAA5

Color information

#ABCAA5 (or 0xABCAA5) is unknown color: approx Rainee. HEX triplet: AB, CA and A5. RGB value is (171,202,165). Sum of RGB (Red+Green+Blue) = 171+202+165=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA5 is #54355A. Grayscale: #BCBCBC. Windows color (decimal): -5518683 or 10865323. OLE color: 10865323.

HSL color Cylindrical-coordinate representation of color #ABCAA5: hue angle of 110.27º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB171202165-
CMYK0.1500.180.21
HSL110.27º25.87%71.96%-
HSV(B)110.27º18.32%79.22%-
XYZ44.7153.6243.59-
YUV188.51114.73115.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=31.78%
G=37.55%
B=30.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021650.1500.180.21110.2725.8771.96
HexABCAA5F012156e1a48
Octal253312245170222515632110
Binary1010101111001010101001011111010010101011101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAA5; }

 p { color: rgb(171,202,165); }

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

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

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

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

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

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

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