Html Css Color HEX #AACB97 Spring Rain

📋 copy color: '#AACB97'

red 170 ◦ green 203 ◦ blue 151

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

Shades of Spring Rain #AACB97

Tints of Spring Rain #AACB97

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.74%

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 32.44%
G = 38.74%
B = 28.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#AACB97 (or 0xAACB97) is known color: Spring Rain. HEX triplet: AA, CB and 97. RGB value is (170,203,151). Sum of RGB (Red+Green+Blue) = 170+203+151=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB97 is #553468. Grayscale: #BBBBBB. Windows color (decimal): -5583977 or 9948074. OLE color: 9948074.

HSL color Cylindrical-coordinate representation of color #AACB97: hue angle of 98.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACB97 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 151 -
CMYK 0.16 0 0.26 0.20
HSL 98.08º 0.33% 0.69% -
HSV(B) 98.08º 0.26% 0.8% -
XYZ 43.52 53.49 37.31 -
YUV 187.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 170 203 151 0.16 0 0.26 0.20 98.08 0.33 0.69
Hex AA CB 97 10 0 1A 14 62 21 45
Octal 252 313 227 20 0 32 24 142 41 105
Binary 10101010 11001011 10010111 10000 0 11010 10100 1100010 100001 1000101

Color Harmonies of #AACB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB97

Black with #AACB97

Text Example


Text Example

White with #AACB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB97; }

 p { color: rgb(170,203,151); }

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

background-color css

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

 a { background-color: rgb(170,203,151); }

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

border-color css

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

 span { border-color: rgb(170,203,151); }

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