Html Css Color HEX #A6C2A2 Spring Rain

📋 copy color: '#A6C2A2'

red 166 ◦ green 194 ◦ blue 162

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

Shades of Spring Rain #A6C2A2

Tints of Spring Rain #A6C2A2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 31.8%
G = 37.16%
B = 31.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#A6C2A2 (or 0xA6C2A2) is known color: Spring Rain. HEX triplet: A6, C2 and A2. RGB value is (166,194,162). Sum of RGB (Red+Green+Blue) = 166+194+162=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2A2 is #593D5D. Grayscale: #B6B6B6. Windows color (decimal): -5848414 or 10666662. OLE color: 10666662.

HSL color Cylindrical-coordinate representation of color #A6C2A2: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6C2A2 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 162 -
CMYK 0.14 0 0.16 0.24
HSL 112.5º 0.21% 0.7% -
HSV(B) 112.5º 0.16% 0.76% -
XYZ 41.54 49.3 41.51 -
YUV 181.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 166 194 162 0.14 0 0.16 0.24 112.5 0.21 0.7
Hex A6 C2 A2 E 0 10 18 70 15 46
Octal 246 302 242 16 0 20 30 160 25 106
Binary 10100110 11000010 10100010 1110 0 10000 11000 1110000 10101 1000110

Color Harmonies of #A6C2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2A2

Black with #A6C2A2

Text Example


Text Example

White with #A6C2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2A2; }

 p { color: rgb(166,194,162); }

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

background-color css

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

 a { background-color: rgb(166,194,162); }

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

border-color css

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

 span { border-color: rgb(166,194,162); }

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