Html Css Color HEX #AACC99 Spring Rain

📋 copy color: '#AACC99'

red 170 ◦ green 204 ◦ blue 153

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

Shades of Spring Rain #AACC99

Tints of Spring Rain #AACC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 32.26%
G = 38.71%
B = 29.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#AACC99 (or 0xAACC99) is known color: Spring Rain. HEX triplet: AA, CC and 99. RGB value is (170,204,153). Sum of RGB (Red+Green+Blue) = 170+204+153=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC99 is #553366. Grayscale: #BCBCBC. Windows color (decimal): -5583719 or 10079402. OLE color: 10079402.

HSL color Cylindrical-coordinate representation of color #AACC99: hue angle of 100º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACC99 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 153 -
CMYK 0.17 0 0.25 0.2
HSL 100º 0.33% 0.7% -
HSV(B) 100º 0.25% 0.8% -
XYZ 43.92 54.03 38.25 -
YUV 188.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 170 204 153 0.17 0 0.25 0.2 100 0.33 0.7
Hex AA CC 99 11 0 19 14 64 21 46
Octal 252 314 231 21 0 31 24 144 41 106
Binary 10101010 11001100 10011001 10001 0 11001 10100 1100100 100001 1000110

Color Harmonies of #AACC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC99

Black with #AACC99

Text Example


Text Example

White with #AACC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC99; }

 p { color: rgb(170,204,153); }

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

background-color css

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

 a { background-color: rgb(170,204,153); }

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

border-color css

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

 span { border-color: rgb(170,204,153); }

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