Html Css Color HEX #AECCA0 Spring Rain

📋 copy color: '#AECCA0'

red 174 ◦ green 204 ◦ blue 160

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

Shades of Spring Rain #AECCA0

Tints of Spring Rain #AECCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 32.34%
G = 37.92%
B = 29.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#AECCA0 (or 0xAECCA0) is known color: Spring Rain. HEX triplet: AE, CC and A0. RGB value is (174,204,160). Sum of RGB (Red+Green+Blue) = 174+204+160=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCA0 is #51335F. Grayscale: #BEBEBE. Windows color (decimal): -5321568 or 10538158. OLE color: 10538158.

HSL color Cylindrical-coordinate representation of color #AECCA0: hue angle of 100.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECCA0 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 160 -
CMYK 0.15 0 0.22 0.2
HSL 100.91º 0.3% 0.71% -
HSV(B) 100.91º 0.22% 0.8% -
XYZ 45.39 54.72 41.43 -
YUV 190.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 174 204 160 0.15 0 0.22 0.2 100.91 0.3 0.71
Hex AE CC A0 F 0 16 14 65 1E 47
Octal 256 314 240 17 0 26 24 145 36 107
Binary 10101110 11001100 10100000 1111 0 10110 10100 1100101 11110 1000111

Color Harmonies of #AECCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCA0

Black with #AECCA0

Text Example


Text Example

White with #AECCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCA0; }

 p { color: rgb(174,204,160); }

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

background-color css

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

 a { background-color: rgb(174,204,160); }

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

border-color css

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

 span { border-color: rgb(174,204,160); }

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