Html Css Color HEX #AAB2BA Heather

📋 copy color: '#AAB2BA'

red 170 ◦ green 178 ◦ blue 186

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

Shades of Heather #AAB2BA

Tints of Heather #AAB2BA

RGB

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

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

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

R = 31.84%
G = 33.33%
B = 34.83%

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

#AAB2BA (or 0xAAB2BA) is known color: Heather. HEX triplet: AA, B2 and BA. RGB value is (170,178,186). Sum of RGB (Red+Green+Blue) = 170+178+186=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2BA is #554D45. Grayscale: #B0B0B0. Windows color (decimal): -5590342 or 12235434. OLE color: 12235434.

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

Color convert

RGB 170 178 186 -
CMYK 0.09 0.04 0 0.27
HSL 210º 0.1% 0.7% -
HSV(B) 210º 0.09% 0.73% -
XYZ 41.36 43.93 52.75 -
YUV 176.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 170 178 186 0.09 0.04 0 0.27 210 0.1 0.7
Hex AA B2 BA 9 4 0 1B D2 A 46
Octal 252 262 272 11 4 0 33 322 12 106
Binary 10101010 10110010 10111010 1001 100 0 11011 11010010 1010 1000110

Color Harmonies of #AAB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2BA

Black with #AAB2BA

Text Example


Text Example

White with #AAB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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