Html Css Color HEX #AAB4C0 Heather

📋 copy color: '#AAB4C0'

red 170 ◦ green 180 ◦ blue 192

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

Shades of Heather #AAB4C0

Tints of Heather #AAB4C0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.21%

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 31.37%
G = 33.21%
B = 35.42%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAB4C0 (or 0xAAB4C0) is known color: Heather. HEX triplet: AA, B4 and C0. RGB value is (170,180,192). Sum of RGB (Red+Green+Blue) = 170+180+192=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4C0 is #554B3F. Grayscale: #B2B2B2. Windows color (decimal): -5589824 or 12629162. OLE color: 12629162.

HSL color Cylindrical-coordinate representation of color #AAB4C0: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB4C0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 180 192 -
CMYK 0.11 0.06 0 0.25
HSL 212.73º 0.15% 0.71% -
HSV(B) 212.73º 0.11% 0.75% -
XYZ 42.41 44.99 56.32 -
YUV 178.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 170 180 192 0.11 0.06 0 0.25 212.73 0.15 0.71
Hex AA B4 C0 B 6 0 19 D5 F 47
Octal 252 264 300 13 6 0 31 325 17 107
Binary 10101010 10110100 11000000 1011 110 0 11001 11010101 1111 1000111

Color Harmonies of #AAB4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4C0

Black with #AAB4C0

Text Example


Text Example

White with #AAB4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4C0; }

 p { color: rgb(170,180,192); }

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

background-color css

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

 a { background-color: rgb(170,180,192); }

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

border-color css

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

 span { border-color: rgb(170,180,192); }

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