Html Css Color HEX #AACBA4 Spring Rain

📋 copy color: '#AACBA4'

red 170 ◦ green 203 ◦ blue 164

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

Shades of Spring Rain #AACBA4

Tints of Spring Rain #AACBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 31.66%
G = 37.8%
B = 30.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#AACBA4 (or 0xAACBA4) is known color: Spring Rain. HEX triplet: AA, CB and A4. RGB value is (170,203,164). Sum of RGB (Red+Green+Blue) = 170+203+164=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA4 is #55345B. Grayscale: #BCBCBC. Windows color (decimal): -5583964 or 10800042. OLE color: 10800042.

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

Color convert

RGB 170 203 164 -
CMYK 0.16 0 0.19 0.20
HSL 110.77º 0.27% 0.72% -
HSV(B) 110.77º 0.19% 0.8% -
XYZ 44.63 53.94 43.18 -
YUV 188.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 170 203 164 0.16 0 0.19 0.20 110.77 0.27 0.72
Hex AA CB A4 10 0 13 14 6F 1B 48
Octal 252 313 244 20 0 23 24 157 33 110
Binary 10101010 11001011 10100100 10000 0 10011 10100 1101111 11011 1001000

Color Harmonies of #AACBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBA4

Black with #AACBA4

Text Example


Text Example

White with #AACBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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