Html Css Color HEX #AAB1B7 Heather

📋 copy color: '#AAB1B7'

red 170 ◦ green 177 ◦ blue 183

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

Shades of Heather #AAB1B7

Tints of Heather #AAB1B7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.4%

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 32.08%
G = 33.4%
B = 34.53%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AAB1B7 (or 0xAAB1B7) is known color: Heather. HEX triplet: AA, B1 and B7. RGB value is (170,177,183). Sum of RGB (Red+Green+Blue) = 170+177+183=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAB1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1B7 is #554E48. Grayscale: #AFAFAF. Windows color (decimal): -5590601 or 12038570. OLE color: 12038570.

HSL color Cylindrical-coordinate representation of color #AAB1B7: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB1B7 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 177 183 -
CMYK 0.07 0.03 0 0.28
HSL 207.69º 0.08% 0.69% -
HSV(B) 207.69º 0.07% 0.72% -
XYZ 40.85 43.41 51.03 -
YUV 175.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 170 177 183 0.07 0.03 0 0.28 207.69 0.08 0.69
Hex AA B1 B7 7 3 0 1C D0 8 45
Octal 252 261 267 7 3 0 34 320 10 105
Binary 10101010 10110001 10110111 111 11 0 11100 11010000 1000 1000101

Color Harmonies of #AAB1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1B7

Black with #AAB1B7

Text Example


Text Example

White with #AAB1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1B7; }

 p { color: rgb(170,177,183); }

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

background-color css

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

 a { background-color: rgb(170,177,183); }

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

border-color css

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

 span { border-color: rgb(170,177,183); }

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