Html Css Color HEX #AACA98 Spring Rain

📋 copy color: '#AACA98'

red 170 ◦ green 202 ◦ blue 152

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

Shades of Spring Rain #AACA98

Tints of Spring Rain #AACA98

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.55%

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 32.44%
G = 38.55%
B = 29.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#AACA98 (or 0xAACA98) is known color: Spring Rain. HEX triplet: AA, CA and 98. RGB value is (170,202,152). Sum of RGB (Red+Green+Blue) = 170+202+152=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA98 is #553567. Grayscale: #BABABA. Windows color (decimal): -5584232 or 10013354. OLE color: 10013354.

HSL color Cylindrical-coordinate representation of color #AACA98: hue angle of 98.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACA98 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 152 -
CMYK 0.16 0 0.25 0.21
HSL 98.4º 0.32% 0.69% -
HSV(B) 98.4º 0.25% 0.79% -
XYZ 43.37 53.05 37.66 -
YUV 186.73 108.4 116.07 -
System Red Green Blue C M Y K H S L
Decimal 170 202 152 0.16 0 0.25 0.21 98.4 0.32 0.69
Hex AA CA 98 10 0 19 15 62 20 45
Octal 252 312 230 20 0 31 25 142 40 105
Binary 10101010 11001010 10011000 10000 0 11001 10101 1100010 100000 1000101

Color Harmonies of #AACA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA98

Black with #AACA98

Text Example


Text Example

White with #AACA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA98; }

 p { color: rgb(170,202,152); }

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

background-color css

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

 a { background-color: rgb(170,202,152); }

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

border-color css

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

 span { border-color: rgb(170,202,152); }

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