Html Css Color HEX #A6CAA0 Spring Rain

📋 copy color: '#A6CAA0'

red 166 ◦ green 202 ◦ blue 160

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

Shades of Spring Rain #A6CAA0

Tints of Spring Rain #A6CAA0

RGB

 RED value IS 166 (65.23% from 255) = 31.44%

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

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

R = 31.44%
G = 38.26%
B = 30.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#A6CAA0 (or 0xA6CAA0) is known color: Spring Rain. HEX triplet: A6, CA and A0. RGB value is (166,202,160). Sum of RGB (Red+Green+Blue) = 166+202+160=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAA0 is #59355F. Grayscale: #BABABA. Windows color (decimal): -5846368 or 10537638. OLE color: 10537638.

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

Color convert

RGB 166 202 160 -
CMYK 0.18 0 0.21 0.21
HSL 111.43º 0.28% 0.71% -
HSV(B) 111.43º 0.21% 0.79% -
XYZ 43.19 52.89 41.19 -
YUV 186.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 166 202 160 0.18 0 0.21 0.21 111.43 0.28 0.71
Hex A6 CA A0 12 0 15 15 6F 1C 47
Octal 246 312 240 22 0 25 25 157 34 107
Binary 10100110 11001010 10100000 10010 0 10101 10101 1101111 11100 1000111

Color Harmonies of #A6CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAA0

Black with #A6CAA0

Text Example


Text Example

White with #A6CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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