Html Css Color HEX #A6B9A1 Spring Rain

📋 copy color: '#A6B9A1'

red 166 ◦ green 185 ◦ blue 161

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

Shades of Spring Rain #A6B9A1

Tints of Spring Rain #A6B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 32.42%
G = 36.13%
B = 31.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#A6B9A1 (or 0xA6B9A1) is known color: Spring Rain. HEX triplet: A6, B9 and A1. RGB value is (166,185,161). Sum of RGB (Red+Green+Blue) = 166+185+161=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9A1 is #59465E. Grayscale: #B0B0B0. Windows color (decimal): -5850719 or 10598822. OLE color: 10598822.

HSL color Cylindrical-coordinate representation of color #A6B9A1: hue angle of 107.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6B9A1 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 161 -
CMYK 0.10 0 0.13 0.27
HSL 107.5º 0.15% 0.68% -
HSV(B) 107.5º 0.13% 0.73% -
XYZ 39.51 45.38 40.39 -
YUV 176.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 166 185 161 0.10 0 0.13 0.27 107.5 0.15 0.68
Hex A6 B9 A1 A 0 D 1B 6C F 44
Octal 246 271 241 12 0 15 33 154 17 104
Binary 10100110 10111001 10100001 1010 0 1101 11011 1101100 1111 1000100

Color Harmonies of #A6B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B9A1

Black with #A6B9A1

Text Example


Text Example

White with #A6B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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