#AAB6B7

Color #AAB6B7 Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #AAB6B7

Tints of Casper #AAB6B7

Color information

#AAB6B7 (or 0xAAB6B7) is unknown color: approx Casper. HEX triplet: AA, B6 and B7. RGB value is (170,182,183). Sum of RGB (Red+Green+Blue) = 170+182+183=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 183 (71.88% from 255 or 34.21% from 535); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAB6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6B7 is #554948. Grayscale: #B2B2B2. Windows color (decimal): -5589321 or 12039850. OLE color: 12039850.

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

Color convert

RGB170182183-
CMYK0.070.0100.28
HSL184.62º8.28%69.22%-
HSV(B)184.62º7.1%71.76%-
XYZ41.8545.4251.36-
YUV178.53130.52121.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 183 (71.88% from 255) = 34.21%
R=31.78%
G=34.02%
B=34.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701821830.070.0100.28184.628.2869.22
HexAAB6B77101Cb9845
Octal2522662677103427110105
Binary10101010101101101011011111110111001011100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6B7; }

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

 H1.HeaderClassName
 {
   color: #AAB6B7;
 }
 .AnyTagClassName
 {
   color: #AAB6B7;
 }
</style>
background-color css

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

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

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

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

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

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