#ACB0B1

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

Shades of Casper #ACB0B1

Tints of Casper #ACB0B1

Color information

#ACB0B1 (or 0xACB0B1) is unknown color: approx Casper. HEX triplet: AC, B0 and B1. RGB value is (172,176,177). Sum of RGB (Red+Green+Blue) = 172+176+177=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACB0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0B1 is #534F4E. Grayscale: #AEAEAE. Windows color (decimal): -5459791 or 11645100. OLE color: 11645100.

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

Color convert

RGB172176177-
CMYK0.030.0100.31
HSL192º3.11%68.43%-
HSV(B)192º2.82%69.41%-
XYZ40.474347.76-
YUV174.92129.17125.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=32.76%
G=33.52%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761770.030.0100.311923.1168.43
HexACB0B13101Fc0344
Octal254260261310373003104
Binary10101100101100001011000111101111111000000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0B1; }

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

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

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

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

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

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

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

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