Html Css Color HEX #AAB8C3 Heather

📋 copy color: '#AAB8C3'

red 170 ◦ green 184 ◦ blue 195

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

Shades of Heather #AAB8C3

Tints of Heather #AAB8C3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.52%

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 30.97%
G = 33.52%
B = 35.52%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB8C3 (or 0xAAB8C3) is known color: Heather. HEX triplet: AA, B8 and C3. RGB value is (170,184,195). Sum of RGB (Red+Green+Blue) = 170+184+195=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAB8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C3 is #55473C. Grayscale: #B5B5B5. Windows color (decimal): -5588797 or 12826794. OLE color: 12826794.

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

Color convert

RGB 170 184 195 -
CMYK 0.13 0.06 0 0.24
HSL 206.4º 0.17% 0.72% -
HSV(B) 206.4º 0.13% 0.76% -
XYZ 43.57 46.77 58.36 -
YUV 181.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 170 184 195 0.13 0.06 0 0.24 206.4 0.17 0.72
Hex AA B8 C3 D 6 0 18 CE 11 48
Octal 252 270 303 15 6 0 30 316 21 110
Binary 10101010 10111000 11000011 1101 110 0 11000 11001110 10001 1001000

Color Harmonies of #AAB8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8C3

Black with #AAB8C3

Text Example


Text Example

White with #AAB8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8C3; }

 p { color: rgb(170,184,195); }

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

background-color css

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

 a { background-color: rgb(170,184,195); }

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

border-color css

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

 span { border-color: rgb(170,184,195); }

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