#A9B0B1

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

Shades of Casper #A9B0B1

Tints of Casper #A9B0B1

Color information

#A9B0B1 (or 0xA9B0B1) is unknown color: approx Casper. HEX triplet: A9, B0 and B1. RGB value is (169,176,177). Sum of RGB (Red+Green+Blue) = 169+176+177=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 177 - color contains mainly: blue. Hex color #A9B0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B0B1 is #564F4E. Grayscale: #AEAEAE. Windows color (decimal): -5656399 or 11645097. OLE color: 11645097.

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

Color convert

RGB169176177-
CMYK0.050.0100.31
HSL187.5º4.88%67.84%-
HSV(B)187.5º4.52%69.41%-
XYZ39.8242.6647.73-
YUV174.02129.68124.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=32.38%
G=33.72%
B=33.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761770.050.0100.31187.54.8867.84
HexA9B0B15101Fbb544
Octal251260261510372735104
Binary1010100110110000101100011011011111101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B0B1; }

 p { color: rgb(169,176,177); }

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

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

 a { background-color: rgb(169,176,177); }

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

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

 span { border-color: rgb(169,176,177); }

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