Html Css Color HEX #AEBFA6 Spring Rain

📋 copy color: '#AEBFA6'

red 174 ◦ green 191 ◦ blue 166

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

Shades of Spring Rain #AEBFA6

Tints of Spring Rain #AEBFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 32.77%
G = 35.97%
B = 31.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#AEBFA6 (or 0xAEBFA6) is known color: Spring Rain. HEX triplet: AE, BF and A6. RGB value is (174,191,166). Sum of RGB (Red+Green+Blue) = 174+191+166=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFA6 is #514059. Grayscale: #B7B7B7. Windows color (decimal): -5324890 or 10928046. OLE color: 10928046.

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

Color convert

RGB 174 191 166 -
CMYK 0.09 0 0.13 0.25
HSL 100.8º 0.16% 0.7% -
HSV(B) 100.8º 0.13% 0.75% -
XYZ 42.97 49.01 43.27 -
YUV 183.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 174 191 166 0.09 0 0.13 0.25 100.8 0.16 0.7
Hex AE BF A6 9 0 D 19 65 10 46
Octal 256 277 246 11 0 15 31 145 20 106
Binary 10101110 10111111 10100110 1001 0 1101 11001 1100101 10000 1000110

Color Harmonies of #AEBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFA6

Black with #AEBFA6

Text Example


Text Example

White with #AEBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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