Html Css Color HEX #AABEA7 Rainee

📋 copy color: '#AABEA7'

red 170 ◦ green 190 ◦ blue 167

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

Shades of Rainee #AABEA7

Tints of Rainee #AABEA7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

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

R = 32.26%
G = 36.05%
B = 31.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#AABEA7 (or 0xAABEA7) is known color: Rainee. HEX triplet: AA, BE and A7. RGB value is (170,190,167). Sum of RGB (Red+Green+Blue) = 170+190+167=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEA7 is #554158. Grayscale: #B5B5B5. Windows color (decimal): -5587289 or 10993322. OLE color: 10993322.

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

Color convert

RGB 170 190 167 -
CMYK 0.11 0 0.12 0.25
HSL 112.17º 0.15% 0.7% -
HSV(B) 112.17º 0.12% 0.75% -
XYZ 41.97 48.16 43.64 -
YUV 181.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 170 190 167 0.11 0 0.12 0.25 112.17 0.15 0.7
Hex AA BE A7 B 0 C 19 70 F 46
Octal 252 276 247 13 0 14 31 160 17 106
Binary 10101010 10111110 10100111 1011 0 1100 11001 1110000 1111 1000110

Color Harmonies of #AABEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEA7

Black with #AABEA7

Text Example


Text Example

White with #AABEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEA7; }

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

 H1.HeaderClassName
 {
   color: #AABEA7;
 }
 .AnyTagClassName
 {
   color: #AABEA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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