Html Css Color HEX #A7B3BA Heather

📋 copy color: '#A7B3BA'

red 167 ◦ green 179 ◦ blue 186

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

Shades of Heather #A7B3BA

Tints of Heather #A7B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 31.39%
G = 33.65%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A7B3BA (or 0xA7B3BA) is known color: Heather. HEX triplet: A7, B3 and BA. RGB value is (167,179,186). Sum of RGB (Red+Green+Blue) = 167+179+186=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #A7B3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B3BA is #584C45. Grayscale: #B0B0B0. Windows color (decimal): -5786694 or 12235687. OLE color: 12235687.

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

Color convert

RGB 167 179 186 -
CMYK 0.10 0.04 0 0.27
HSL 202.11º 0.12% 0.69% -
HSV(B) 202.11º 0.1% 0.73% -
XYZ 40.92 44 52.79 -
YUV 176.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 167 179 186 0.10 0.04 0 0.27 202.11 0.12 0.69
Hex A7 B3 BA A 4 0 1B CA C 45
Octal 247 263 272 12 4 0 33 312 14 105
Binary 10100111 10110011 10111010 1010 100 0 11011 11001010 1100 1000101

Color Harmonies of #A7B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B3BA

Black with #A7B3BA

Text Example


Text Example

White with #A7B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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