Html Css Color HEX #A9B2BA Heather

📋 copy color: '#A9B2BA'

red 169 ◦ green 178 ◦ blue 186

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

Shades of Heather #A9B2BA

Tints of Heather #A9B2BA

RGB

 RED value IS 169 (66.41% from 255) = 31.71%

 GREEN value IS 178 (69.92% from 255) = 33.4%

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

R = 31.71%
G = 33.4%
B = 34.9%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A9B2BA (or 0xA9B2BA) is known color: Heather. HEX triplet: A9, B2 and BA. RGB value is (169,178,186). Sum of RGB (Red+Green+Blue) = 169+178+186=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #A9B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B2BA is #564D45. Grayscale: #B0B0B0. Windows color (decimal): -5655878 or 12235433. OLE color: 12235433.

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

Color convert

RGB 169 178 186 -
CMYK 0.09 0.04 0 0.27
HSL 208.24º 0.11% 0.7% -
HSV(B) 208.24º 0.09% 0.73% -
XYZ 41.15 43.82 52.74 -
YUV 176.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 169 178 186 0.09 0.04 0 0.27 208.24 0.11 0.7
Hex A9 B2 BA 9 4 0 1B D0 B 46
Octal 251 262 272 11 4 0 33 320 13 106
Binary 10101001 10110010 10111010 1001 100 0 11011 11010000 1011 1000110

Color Harmonies of #A9B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2BA

Black with #A9B2BA

Text Example


Text Example

White with #A9B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2BA; }

 p { color: rgb(169,178,186); }

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

background-color css

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

 a { background-color: rgb(169,178,186); }

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

border-color css

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

 span { border-color: rgb(169,178,186); }

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