Html Css Color HEX #AABDA7 Rainee

📋 copy color: '#AABDA7'

red 170 ◦ green 189 ◦ blue 167

#AABDA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rainee #AABDA7

Tints of Rainee #AABDA7

RGB

 RED value IS 170 (66.8% from 255) = 32.32%

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 167 (65.63% from 255) = 31.75%

R = 32.32%
G = 35.93%
B = 31.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#AABDA7 (or 0xAABDA7) is known color: 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

RGB 170 189 167 -
CMYK 0.10 0 0.12 0.26
HSL 111.82º 0.14% 0.7% -
HSV(B) 111.82º 0.12% 0.74% -
XYZ 41.75 47.73 43.57 -
YUV 180.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 170 189 167 0.10 0 0.12 0.26 111.82 0.14 0.7
Hex AA BD A7 A 0 C 1A 70 E 46
Octal 252 275 247 12 0 14 32 160 16 106
Binary 10101010 10111101 10100111 1010 0 1100 11010 1110000 1110 1000110

Color Harmonies of #AABDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDA7

Black with #AABDA7

Text Example


Text Example

White with #AABDA7

Text Example


Text Example

HTML Codes & Css Web 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>