Html Css Color HEX #AAB3BD Heather

📋 copy color: '#AAB3BD'

red 170 ◦ green 179 ◦ blue 189

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

Shades of Heather #AAB3BD

Tints of Heather #AAB3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 31.6%
G = 33.27%
B = 35.13%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB3BD (or 0xAAB3BD) is known color: Heather. HEX triplet: AA, B3 and BD. RGB value is (170,179,189). Sum of RGB (Red+Green+Blue) = 170+179+189=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3BD is #554C42. Grayscale: #B1B1B1. Windows color (decimal): -5590083 or 12432298. OLE color: 12432298.

HSL color Cylindrical-coordinate representation of color #AAB3BD: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAB3BD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 179 189 -
CMYK 0.10 0.05 0 0.26
HSL 211.58º 0.13% 0.7% -
HSV(B) 211.58º 0.1% 0.74% -
XYZ 41.88 44.46 54.52 -
YUV 177.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 170 179 189 0.10 0.05 0 0.26 211.58 0.13 0.7
Hex AA B3 BD A 5 0 1A D4 D 46
Octal 252 263 275 12 5 0 32 324 15 106
Binary 10101010 10110011 10111101 1010 101 0 11010 11010100 1101 1000110

Color Harmonies of #AAB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB3BD

Black with #AAB3BD

Text Example


Text Example

White with #AAB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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