Html Css Color HEX #A6BCA0 Spring Rain

📋 copy color: '#A6BCA0'

red 166 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A6BCA0

Tints of Spring Rain #A6BCA0

RGB

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

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

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

R = 32.3%
G = 36.58%
B = 31.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A6BCA0 (or 0xA6BCA0) is known color: Spring Rain. HEX triplet: A6, BC and A0. RGB value is (166,188,160). Sum of RGB (Red+Green+Blue) = 166+188+160=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA0 is #59435F. Grayscale: #B2B2B2. Windows color (decimal): -5849952 or 10534054. OLE color: 10534054.

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

Color convert

RGB 166 188 160 -
CMYK 0.12 0 0.15 0.26
HSL 107.14º 0.17% 0.68% -
HSV(B) 107.14º 0.15% 0.74% -
XYZ 40.05 46.61 40.14 -
YUV 178.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 166 188 160 0.12 0 0.15 0.26 107.14 0.17 0.68
Hex A6 BC A0 C 0 F 1A 6B 11 44
Octal 246 274 240 14 0 17 32 153 21 104
Binary 10100110 10111100 10100000 1100 0 1111 11010 1101011 10001 1000100

Color Harmonies of #A6BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BCA0

Black with #A6BCA0

Text Example


Text Example

White with #A6BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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