Html Css Color HEX #A6BA9E Spring Rain

📋 copy color: '#A6BA9E'

red 166 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #A6BA9E

Tints of Spring Rain #A6BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 32.55%
G = 36.47%
B = 30.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A6BA9E (or 0xA6BA9E) is known color: Spring Rain. HEX triplet: A6, BA and 9E. RGB value is (166,186,158). Sum of RGB (Red+Green+Blue) = 166+186+158=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9E is #594561. Grayscale: #B0B0B0. Windows color (decimal): -5850466 or 10402470. OLE color: 10402470.

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

Color convert

RGB 166 186 158 -
CMYK 0.11 0 0.15 0.27
HSL 102.86º 0.17% 0.67% -
HSV(B) 102.86º 0.15% 0.73% -
XYZ 39.46 45.69 39.09 -
YUV 176.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 166 186 158 0.11 0 0.15 0.27 102.86 0.17 0.67
Hex A6 BA 9E B 0 F 1B 67 11 43
Octal 246 272 236 13 0 17 33 147 21 103
Binary 10100110 10111010 10011110 1011 0 1111 11011 1100111 10001 1000011

Color Harmonies of #A6BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BA9E

Black with #A6BA9E

Text Example


Text Example

White with #A6BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BA9E; }

 p { color: rgb(166,186,158); }

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

background-color css

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

 a { background-color: rgb(166,186,158); }

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

border-color css

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

 span { border-color: rgb(166,186,158); }

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