Html Css Color HEX #A7CAA0 Spring Rain

📋 copy color: '#A7CAA0'

red 167 ◦ green 202 ◦ blue 160

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

Shades of Spring Rain #A7CAA0

Tints of Spring Rain #A7CAA0

RGB

 RED value IS 167 (65.63% from 255) = 31.57%

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

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

R = 31.57%
G = 38.19%
B = 30.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#A7CAA0 (or 0xA7CAA0) is known color: Spring Rain. HEX triplet: A7, CA and A0. RGB value is (167,202,160). Sum of RGB (Red+Green+Blue) = 167+202+160=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CAA0 is #58355F. Grayscale: #BABABA. Windows color (decimal): -5780832 or 10537639. OLE color: 10537639.

HSL color Cylindrical-coordinate representation of color #A7CAA0: hue angle of 110º 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 #A7CAA0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 202 160 -
CMYK 0.17 0 0.21 0.21
HSL 110º 0.28% 0.71% -
HSV(B) 110º 0.21% 0.79% -
XYZ 43.4 52.99 41.2 -
YUV 186.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 167 202 160 0.17 0 0.21 0.21 110 0.28 0.71
Hex A7 CA A0 11 0 15 15 6E 1C 47
Octal 247 312 240 21 0 25 25 156 34 107
Binary 10100111 11001010 10100000 10001 0 10101 10101 1101110 11100 1000111

Color Harmonies of #A7CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CAA0

Black with #A7CAA0

Text Example


Text Example

White with #A7CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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