Html Css Color HEX #AEBAA8 Spring Rain

📋 copy color: '#AEBAA8'

red 174 ◦ green 186 ◦ blue 168

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

Shades of Spring Rain #AEBAA8

Tints of Spring Rain #AEBAA8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 32.95%
G = 35.23%
B = 31.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#AEBAA8 (or 0xAEBAA8) is known color: Spring Rain. HEX triplet: AE, BA and A8. RGB value is (174,186,168). Sum of RGB (Red+Green+Blue) = 174+186+168=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBAA8 is #514557. Grayscale: #B4B4B4. Windows color (decimal): -5326168 or 11057838. OLE color: 11057838.

HSL color Cylindrical-coordinate representation of color #AEBAA8: hue angle of 100º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBAA8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 186 168 -
CMYK 0.06 0 0.10 0.27
HSL 100º 0.12% 0.69% -
HSV(B) 100º 0.1% 0.73% -
XYZ 42.08 46.94 43.89 -
YUV 180.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 174 186 168 0.06 0 0.10 0.27 100 0.12 0.69
Hex AE BA A8 6 0 A 1B 64 C 45
Octal 256 272 250 6 0 12 33 144 14 105
Binary 10101110 10111010 10101000 110 0 1010 11011 1100100 1100 1000101

Color Harmonies of #AEBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAA8

Black with #AEBAA8

Text Example


Text Example

White with #AEBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAA8; }

 p { color: rgb(174,186,168); }

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

background-color css

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

 a { background-color: rgb(174,186,168); }

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

border-color css

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

 span { border-color: rgb(174,186,168); }

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