Html Css Color HEX #ACABB1 Spun Pearl

📋 copy color: '#ACABB1'

red 172 ◦ green 171 ◦ blue 177

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

Shades of Spun Pearl #ACABB1

Tints of Spun Pearl #ACABB1

RGB

 RED value IS 172 (67.58% from 255) = 33.08%

 GREEN value IS 171 (67.19% from 255) = 32.88%

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 33.08%
G = 32.88%
B = 34.04%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ACABB1 (or 0xACABB1) is known color: Spun Pearl. HEX triplet: AC, AB and B1. RGB value is (172,171,177). Sum of RGB (Red+Green+Blue) = 172+171+177=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #ACABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABB1 is #53544E. Grayscale: #ABABAB. Windows color (decimal): -5461071 or 11643820. OLE color: 11643820.

HSL color Cylindrical-coordinate representation of color #ACABB1: hue angle of 250º degrees, saturation: 0.04, 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 #ACABB1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 171 177 -
CMYK 0.03 0.03 0 0.31
HSL 250º 0.04% 0.68% -
HSV(B) 250º 0.03% 0.69% -
XYZ 39.51 41.07 47.44 -
YUV 171.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 172 171 177 0.03 0.03 0 0.31 250 0.04 0.68
Hex AC AB B1 3 3 0 1F FA 4 44
Octal 254 253 261 3 3 0 37 372 4 104
Binary 10101100 10101011 10110001 11 11 0 11111 11111010 100 1000100

Color Harmonies of #ACABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABB1

Black with #ACABB1

Text Example


Text Example

White with #ACABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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