Html Css Color HEX #AEBFAA Rainee

📋 copy color: '#AEBFAA'

red 174 ◦ green 191 ◦ blue 170

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

Shades of Rainee #AEBFAA

Tints of Rainee #AEBFAA

RGB

 RED value IS 174 (68.36% from 255) = 32.52%

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 32.52%
G = 35.7%
B = 31.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#AEBFAA (or 0xAEBFAA) is known color: Rainee. HEX triplet: AE, BF and AA. RGB value is (174,191,170). Sum of RGB (Red+Green+Blue) = 174+191+170=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFAA is #514055. Grayscale: #B7B7B7. Windows color (decimal): -5324886 or 11190190. OLE color: 11190190.

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

Color convert

RGB 174 191 170 -
CMYK 0.09 0 0.11 0.25
HSL 108.57º 0.14% 0.71% -
HSV(B) 108.57º 0.11% 0.75% -
XYZ 43.34 49.16 45.24 -
YUV 183.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 174 191 170 0.09 0 0.11 0.25 108.57 0.14 0.71
Hex AE BF AA 9 0 B 19 6D E 47
Octal 256 277 252 11 0 13 31 155 16 107
Binary 10101110 10111111 10101010 1001 0 1011 11001 1101101 1110 1000111

Color Harmonies of #AEBFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFAA

Black with #AEBFAA

Text Example


Text Example

White with #AEBFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFAA; }

 p { color: rgb(174,191,170); }

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

background-color css

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

 a { background-color: rgb(174,191,170); }

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

border-color css

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

 span { border-color: rgb(174,191,170); }

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