Html Css Color HEX #AAB3BA Heather

📋 copy color: '#AAB3BA'

red 170 ◦ green 179 ◦ blue 186

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

Shades of Heather #AAB3BA

Tints of Heather #AAB3BA

RGB

 RED value IS 170 (66.8% from 255) = 31.78%

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

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

R = 31.78%
G = 33.46%
B = 34.77%

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

#AAB3BA (or 0xAAB3BA) is known color: Heather. HEX triplet: AA, B3 and BA. RGB value is (170,179,186). Sum of RGB (Red+Green+Blue) = 170+179+186=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BA is #554C45. Grayscale: #B1B1B1. Windows color (decimal): -5590086 or 12235690. OLE color: 12235690.

HSL color Cylindrical-coordinate representation of color #AAB3BA: hue angle of 206.25º degrees, saturation: 0.1, 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 #AAB3BA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 179 186 -
CMYK 0.09 0.04 0 0.27
HSL 206.25º 0.1% 0.7% -
HSV(B) 206.25º 0.09% 0.73% -
XYZ 41.56 44.33 52.82 -
YUV 177.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 170 179 186 0.09 0.04 0 0.27 206.25 0.1 0.7
Hex AA B3 BA 9 4 0 1B CE A 46
Octal 252 263 272 11 4 0 33 316 12 106
Binary 10101010 10110011 10111010 1001 100 0 11011 11001110 1010 1000110

Color Harmonies of #AAB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3BA

Black with #AAB3BA

Text Example


Text Example

White with #AAB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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