Html Css Color HEX #A9CAA4 Spring Rain

📋 copy color: '#A9CAA4'

red 169 ◦ green 202 ◦ blue 164

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

Shades of Spring Rain #A9CAA4

Tints of Spring Rain #A9CAA4

RGB

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

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

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

R = 31.59%
G = 37.76%
B = 30.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#A9CAA4 (or 0xA9CAA4) is known color: Spring Rain. HEX triplet: A9, CA and A4. RGB value is (169,202,164). Sum of RGB (Red+Green+Blue) = 169+202+164=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CAA4 is #56355B. Grayscale: #BBBBBB. Windows color (decimal): -5649756 or 10799785. OLE color: 10799785.

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

Color convert

RGB 169 202 164 -
CMYK 0.16 0 0.19 0.21
HSL 112.11º 0.26% 0.72% -
HSV(B) 112.11º 0.19% 0.79% -
XYZ 44.18 53.36 43.09 -
YUV 187.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 169 202 164 0.16 0 0.19 0.21 112.11 0.26 0.72
Hex A9 CA A4 10 0 13 15 70 1A 48
Octal 251 312 244 20 0 23 25 160 32 110
Binary 10101001 11001010 10100100 10000 0 10011 10101 1110000 11010 1001000

Color Harmonies of #A9CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CAA4

Black with #A9CAA4

Text Example


Text Example

White with #A9CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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