Html Css Color HEX #A9CAA0 Spring Rain

📋 copy color: '#A9CAA0'

red 169 ◦ green 202 ◦ blue 160

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

Shades of Spring Rain #A9CAA0

Tints of Spring Rain #A9CAA0

RGB

 RED value IS 169 (66.41% from 255) = 31.83%

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

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

R = 31.83%
G = 38.04%
B = 30.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#A9CAA0 (or 0xA9CAA0) is known color: Spring Rain. HEX triplet: A9, CA and A0. RGB value is (169,202,160). Sum of RGB (Red+Green+Blue) = 169+202+160=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAA0 is #56355F. Grayscale: #BBBBBB. Windows color (decimal): -5649760 or 10537641. OLE color: 10537641.

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

Color convert

RGB 169 202 160 -
CMYK 0.16 0 0.21 0.21
HSL 107.14º 0.28% 0.71% -
HSV(B) 107.14º 0.21% 0.79% -
XYZ 43.83 53.21 41.22 -
YUV 187.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 169 202 160 0.16 0 0.21 0.21 107.14 0.28 0.71
Hex A9 CA A0 10 0 15 15 6B 1C 47
Octal 251 312 240 20 0 25 25 153 34 107
Binary 10101001 11001010 10100000 10000 0 10101 10101 1101011 11100 1000111

Color Harmonies of #A9CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAA0

Black with #A9CAA0

Text Example


Text Example

White with #A9CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAA0; }

 p { color: rgb(169,202,160); }

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

background-color css

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

 a { background-color: rgb(169,202,160); }

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

border-color css

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

 span { border-color: rgb(169,202,160); }

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