Html Css Color HEX #A5CA9D Spring Rain

📋 copy color: '#A5CA9D'

red 165 ◦ green 202 ◦ blue 157

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

Shades of Spring Rain #A5CA9D

Tints of Spring Rain #A5CA9D

RGB

 RED value IS 165 (64.84% from 255) = 31.49%

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

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 31.49%
G = 38.55%
B = 29.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#A5CA9D (or 0xA5CA9D) is known color: Spring Rain. HEX triplet: A5, CA and 9D. RGB value is (165,202,157). Sum of RGB (Red+Green+Blue) = 165+202+157=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA9D is #5A3562. Grayscale: #B9B9B9. Windows color (decimal): -5911907 or 10341029. OLE color: 10341029.

HSL color Cylindrical-coordinate representation of color #A5CA9D: hue angle of 109.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CA9D is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 157 -
CMYK 0.18 0 0.22 0.21
HSL 109.33º 0.3% 0.7% -
HSV(B) 109.33º 0.22% 0.79% -
XYZ 42.72 52.67 39.81 -
YUV 185.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 165 202 157 0.18 0 0.22 0.21 109.33 0.3 0.7
Hex A5 CA 9D 12 0 16 15 6D 1E 46
Octal 245 312 235 22 0 26 25 155 36 106
Binary 10100101 11001010 10011101 10010 0 10110 10101 1101101 11110 1000110

Color Harmonies of #A5CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA9D

Black with #A5CA9D

Text Example


Text Example

White with #A5CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA9D; }

 p { color: rgb(165,202,157); }

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

background-color css

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

 a { background-color: rgb(165,202,157); }

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

border-color css

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

 span { border-color: rgb(165,202,157); }

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