Html Css Color HEX #A7BAA6 Spring Rain

📋 copy color: '#A7BAA6'

red 167 ◦ green 186 ◦ blue 166

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

Shades of Spring Rain #A7BAA6

Tints of Spring Rain #A7BAA6

RGB

 RED value IS 167 (65.63% from 255) = 32.18%

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

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 32.18%
G = 35.84%
B = 31.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A7BAA6 (or 0xA7BAA6) is known color: Spring Rain. HEX triplet: A7, BA and A6. RGB value is (167,186,166). Sum of RGB (Red+Green+Blue) = 167+186+166=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAA6 is #584559. Grayscale: #B2B2B2. Windows color (decimal): -5784922 or 10926759. OLE color: 10926759.

HSL color Cylindrical-coordinate representation of color #A7BAA6: hue angle of 117º 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 #A7BAA6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 186 166 -
CMYK 0.10 0 0.11 0.27
HSL 117º 0.13% 0.69% -
HSV(B) 117º 0.11% 0.73% -
XYZ 40.38 46.09 42.84 -
YUV 178.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 167 186 166 0.10 0 0.11 0.27 117 0.13 0.69
Hex A7 BA A6 A 0 B 1B 75 D 45
Octal 247 272 246 12 0 13 33 165 15 105
Binary 10100111 10111010 10100110 1010 0 1011 11011 1110101 1101 1000101

Color Harmonies of #A7BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BAA6

Black with #A7BAA6

Text Example


Text Example

White with #A7BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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