Html Css Color HEX #AAB5B8 Casper

📋 copy color: '#AAB5B8'

red 170 ◦ green 181 ◦ blue 184

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

Shades of Casper #AAB5B8

Tints of Casper #AAB5B8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.83%

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 31.78%
G = 33.83%
B = 34.39%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AAB5B8 (or 0xAAB5B8) is known color: Casper. HEX triplet: AA, B5 and B8. RGB value is (170,181,184). Sum of RGB (Red+Green+Blue) = 170+181+184=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAB5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5B8 is #554A47. Grayscale: #B2B2B2. Windows color (decimal): -5589576 or 12105130. OLE color: 12105130.

HSL color Cylindrical-coordinate representation of color #AAB5B8: hue angle of 192.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB5B8 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 181 184 -
CMYK 0.08 0.02 0 0.28
HSL 192.86º 0.09% 0.69% -
HSV(B) 192.86º 0.08% 0.72% -
XYZ 41.75 45.05 51.84 -
YUV 178.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 170 181 184 0.08 0.02 0 0.28 192.86 0.09 0.69
Hex AA B5 B8 8 2 0 1C C1 9 45
Octal 252 265 270 10 2 0 34 301 11 105
Binary 10101010 10110101 10111000 1000 10 0 11100 11000001 1001 1000101

Color Harmonies of #AAB5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5B8

Black with #AAB5B8

Text Example


Text Example

White with #AAB5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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