Html Css Color HEX #A6BCA1 Spring Rain

📋 copy color: '#A6BCA1'

red 166 ◦ green 188 ◦ blue 161

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

Shades of Spring Rain #A6BCA1

Tints of Spring Rain #A6BCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

 BLUE value IS 161 (63.28% from 255) = 31.26%

R = 32.23%
G = 36.5%
B = 31.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A6BCA1 (or 0xA6BCA1) is known color: Spring Rain. HEX triplet: A6, BC and A1. RGB value is (166,188,161). Sum of RGB (Red+Green+Blue) = 166+188+161=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA1 is #59435E. Grayscale: #B2B2B2. Windows color (decimal): -5849951 or 10599590. OLE color: 10599590.

HSL color Cylindrical-coordinate representation of color #A6BCA1: hue angle of 108.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BCA1 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 161 -
CMYK 0.12 0 0.14 0.26
HSL 108.89º 0.17% 0.68% -
HSV(B) 108.89º 0.14% 0.74% -
XYZ 40.14 46.65 40.61 -
YUV 178.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 166 188 161 0.12 0 0.14 0.26 108.89 0.17 0.68
Hex A6 BC A1 C 0 E 1A 6D 11 44
Octal 246 274 241 14 0 16 32 155 21 104
Binary 10100110 10111100 10100001 1100 0 1110 11010 1101101 10001 1000100

Color Harmonies of #A6BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCA1

Black with #A6BCA1

Text Example


Text Example

White with #A6BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCA1; }

 p { color: rgb(166,188,161); }

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

background-color css

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

 a { background-color: rgb(166,188,161); }

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

border-color css

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

 span { border-color: rgb(166,188,161); }

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