Html Css Color HEX #AAB1B3 Casper

📋 copy color: '#AAB1B3'

red 170 ◦ green 177 ◦ blue 179

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

Shades of Casper #AAB1B3

Tints of Casper #AAB1B3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.65%

 BLUE value IS 179 (70.31% from 255) = 34.03%

R = 32.32%
G = 33.65%
B = 34.03%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AAB1B3 (or 0xAAB1B3) is known color: Casper. HEX triplet: AA, B1 and B3. RGB value is (170,177,179). Sum of RGB (Red+Green+Blue) = 170+177+179=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #AAB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1B3 is #554E4C. Grayscale: #AFAFAF. Windows color (decimal): -5590605 or 11776426. OLE color: 11776426.

HSL color Cylindrical-coordinate representation of color #AAB1B3: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB1B3 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 177 179 -
CMYK 0.05 0.01 0 0.30
HSL 193.33º 0.06% 0.68% -
HSV(B) 193.33º 0.05% 0.7% -
XYZ 40.44 43.25 48.86 -
YUV 175.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 170 177 179 0.05 0.01 0 0.30 193.33 0.06 0.68
Hex AA B1 B3 5 1 0 1E C1 6 44
Octal 252 261 263 5 1 0 36 301 6 104
Binary 10101010 10110001 10110011 101 1 0 11110 11000001 110 1000100

Color Harmonies of #AAB1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1B3

Black with #AAB1B3

Text Example


Text Example

White with #AAB1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1B3; }

 p { color: rgb(170,177,179); }

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

background-color css

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

 a { background-color: rgb(170,177,179); }

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

border-color css

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

 span { border-color: rgb(170,177,179); }

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