Html Css Color HEX #AAB6BD Heather

📋 copy color: '#AAB6BD'

red 170 ◦ green 182 ◦ blue 189

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

Shades of Heather #AAB6BD

Tints of Heather #AAB6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.64%

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

R = 31.42%
G = 33.64%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB6BD (or 0xAAB6BD) is known color: Heather. HEX triplet: AA, B6 and BD. RGB value is (170,182,189). Sum of RGB (Red+Green+Blue) = 170+182+189=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6BD is #554942. Grayscale: #B3B3B3. Windows color (decimal): -5589315 or 12433066. OLE color: 12433066.

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

Color convert

RGB 170 182 189 -
CMYK 0.10 0.04 0 0.26
HSL 202.11º 0.13% 0.7% -
HSV(B) 202.11º 0.1% 0.74% -
XYZ 42.49 45.68 54.72 -
YUV 179.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 170 182 189 0.10 0.04 0 0.26 202.11 0.13 0.7
Hex AA B6 BD A 4 0 1A CA D 46
Octal 252 266 275 12 4 0 32 312 15 106
Binary 10101010 10110110 10111101 1010 100 0 11010 11001010 1101 1000110

Color Harmonies of #AAB6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6BD

Black with #AAB6BD

Text Example


Text Example

White with #AAB6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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