Html Css Color HEX #ACB0B1 Casper

📋 copy color: '#ACB0B1'

red 172 ◦ green 176 ◦ blue 177

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

Shades of Casper #ACB0B1

Tints of Casper #ACB0B1

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 value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ACB0B1 (or 0xACB0B1) is known color: 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

RGB 172 176 177 -
CMYK 0.03 0.01 0 0.31
HSL 192º 0.03% 0.68% -
HSV(B) 192º 0.03% 0.69% -
XYZ 40.47 43 47.76 -
YUV 174.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 172 176 177 0.03 0.01 0 0.31 192 0.03 0.68
Hex AC B0 B1 3 1 0 1F C0 3 44
Octal 254 260 261 3 1 0 37 300 3 104
Binary 10101100 10110000 10110001 11 1 0 11111 11000000 11 1000100

Color Harmonies of #ACB0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0B1

Black with #ACB0B1

Text Example


Text Example

White with #ACB0B1

Text Example


Text Example

HTML Codes & Css Web 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>