Html Css Color HEX #A6BAA5 Spring Rain

📋 copy color: '#A6BAA5'

red 166 ◦ green 186 ◦ blue 165

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

Shades of Spring Rain #A6BAA5

Tints of Spring Rain #A6BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 32.11%
G = 35.98%
B = 31.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A6BAA5 (or 0xA6BAA5) is known color: Spring Rain. HEX triplet: A6, BA and A5. RGB value is (166,186,165). Sum of RGB (Red+Green+Blue) = 166+186+165=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA5 is #59455A. Grayscale: #B1B1B1. Windows color (decimal): -5850459 or 10861222. OLE color: 10861222.

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

Color convert

RGB 166 186 165 -
CMYK 0.11 0 0.11 0.27
HSL 117.14º 0.13% 0.69% -
HSV(B) 117.14º 0.11% 0.73% -
XYZ 40.08 45.94 42.35 -
YUV 177.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 166 186 165 0.11 0 0.11 0.27 117.14 0.13 0.69
Hex A6 BA A5 B 0 B 1B 75 D 45
Octal 246 272 245 13 0 13 33 165 15 105
Binary 10100110 10111010 10100101 1011 0 1011 11011 1110101 1101 1000101

Color Harmonies of #A6BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAA5

Black with #A6BAA5

Text Example


Text Example

White with #A6BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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