Html Css Color HEX #AAB9C4 Heather

📋 copy color: '#AAB9C4'

red 170 ◦ green 185 ◦ blue 196

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

Shades of Heather #AAB9C4

Tints of Heather #AAB9C4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.58%

 BLUE value IS 196 (76.95% from 255) = 35.57%

R = 30.85%
G = 33.58%
B = 35.57%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAB9C4 (or 0xAAB9C4) is known color: Heather. HEX triplet: AA, B9 and C4. RGB value is (170,185,196). Sum of RGB (Red+Green+Blue) = 170+185+196=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C4 is #55463B. Grayscale: #B5B5B5. Windows color (decimal): -5588540 or 12892586. OLE color: 12892586.

HSL color Cylindrical-coordinate representation of color #AAB9C4: hue angle of 205.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB9C4 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 185 196 -
CMYK 0.13 0.06 0 0.23
HSL 205.38º 0.18% 0.72% -
HSV(B) 205.38º 0.13% 0.77% -
XYZ 43.89 47.23 59.03 -
YUV 181.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 170 185 196 0.13 0.06 0 0.23 205.38 0.18 0.72
Hex AA B9 C4 D 6 0 17 CD 12 48
Octal 252 271 304 15 6 0 27 315 22 110
Binary 10101010 10111001 11000100 1101 110 0 10111 11001101 10010 1001000

Color Harmonies of #AAB9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9C4

Black with #AAB9C4

Text Example


Text Example

White with #AAB9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9C4; }

 p { color: rgb(170,185,196); }

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

background-color css

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

 a { background-color: rgb(170,185,196); }

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

border-color css

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

 span { border-color: rgb(170,185,196); }

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