Html Css Color HEX #AAB7C4 Heather

📋 copy color: '#AAB7C4'

red 170 ◦ green 183 ◦ blue 196

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

Shades of Heather #AAB7C4

Tints of Heather #AAB7C4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.33%

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

R = 30.97%
G = 33.33%
B = 35.7%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAB7C4 (or 0xAAB7C4) is known color: Heather. HEX triplet: AA, B7 and C4. RGB value is (170,183,196). Sum of RGB (Red+Green+Blue) = 170+183+196=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7C4 is #55483B. Grayscale: #B4B4B4. Windows color (decimal): -5589052 or 12892074. OLE color: 12892074.

HSL color Cylindrical-coordinate representation of color #AAB7C4: hue angle of 210º 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 #AAB7C4 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 183 196 -
CMYK 0.13 0.07 0 0.23
HSL 210º 0.18% 0.72% -
HSV(B) 210º 0.13% 0.77% -
XYZ 43.47 46.4 58.89 -
YUV 180.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 170 183 196 0.13 0.07 0 0.23 210 0.18 0.72
Hex AA B7 C4 D 7 0 17 D2 12 48
Octal 252 267 304 15 7 0 27 322 22 110
Binary 10101010 10110111 11000100 1101 111 0 10111 11010010 10010 1001000

Color Harmonies of #AAB7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7C4

Black with #AAB7C4

Text Example


Text Example

White with #AAB7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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