Html Css Color HEX #AAB5C1 Heather

📋 copy color: '#AAB5C1'

red 170 ◦ green 181 ◦ blue 193

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

Shades of Heather #AAB5C1

Tints of Heather #AAB5C1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.27%

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 31.25%
G = 33.27%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB5C1 (or 0xAAB5C1) is known color: Heather. HEX triplet: AA, B5 and C1. RGB value is (170,181,193). Sum of RGB (Red+Green+Blue) = 170+181+193=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C1 is #554A3E. Grayscale: #B3B3B3. Windows color (decimal): -5589567 or 12694954. OLE color: 12694954.

HSL color Cylindrical-coordinate representation of color #AAB5C1: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB5C1 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 181 193 -
CMYK 0.12 0.06 0 0.24
HSL 211.3º 0.16% 0.71% -
HSV(B) 211.3º 0.12% 0.76% -
XYZ 42.73 45.44 56.97 -
YUV 179.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 170 181 193 0.12 0.06 0 0.24 211.3 0.16 0.71
Hex AA B5 C1 C 6 0 18 D3 10 47
Octal 252 265 301 14 6 0 30 323 20 107
Binary 10101010 10110101 11000001 1100 110 0 11000 11010011 10000 1000111

Color Harmonies of #AAB5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5C1

Black with #AAB5C1

Text Example


Text Example

White with #AAB5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5C1; }

 p { color: rgb(170,181,193); }

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

background-color css

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

 a { background-color: rgb(170,181,193); }

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

border-color css

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

 span { border-color: rgb(170,181,193); }

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