#AABDA7

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

Shades of Rainee #AABDA7

Tints of Rainee #AABDA7

Color information

#AABDA7 (or 0xAABDA7) is unknown color: approx Rainee. HEX triplet: AA, BD and A7. RGB value is (170,189,167). Sum of RGB (Red+Green+Blue) = 170+189+167=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA7 is #554258. Grayscale: #B4B4B4. Windows color (decimal): -5587545 or 10993066. OLE color: 10993066.

HSL color Cylindrical-coordinate representation of color #AABDA7: hue angle of 111.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABDA7 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB170189167-
CMYK0.1000.120.26
HSL111.82º14.29%69.8%-
HSV(B)111.82º11.64%74.12%-
XYZ41.7547.7343.57-
YUV180.81120.21120.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=32.32%
G=35.93%
B=31.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891670.1000.120.26111.8214.2969.8
HexAABDA7A0C1A70e46
Octal252275247120143216016106
Binary10101010101111011010011110100110011010111000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDA7; }

 p { color: rgb(170,189,167); }

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

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

 a { background-color: rgb(170,189,167); }

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

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

 span { border-color: rgb(170,189,167); }

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