Html Css Color HEX #ACABB9 Spun Pearl

📋 copy color: '#ACABB9'

red 172 ◦ green 171 ◦ blue 185

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

Shades of Spun Pearl #ACABB9

Tints of Spun Pearl #ACABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.04%

R = 32.58%
G = 32.39%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACABB9 (or 0xACABB9) is known color: Spun Pearl. HEX triplet: AC, AB and B9. RGB value is (172,171,185). Sum of RGB (Red+Green+Blue) = 172+171+185=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB9 is #535446. Grayscale: #ACACAC. Windows color (decimal): -5461063 or 12168108. OLE color: 12168108.

HSL color Cylindrical-coordinate representation of color #ACABB9: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACABB9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 171 185 -
CMYK 0.07 0.08 0 0.27
HSL 244.29º 0.09% 0.7% -
HSV(B) 244.29º 0.08% 0.73% -
XYZ 40.33 41.4 51.76 -
YUV 172.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 172 171 185 0.07 0.08 0 0.27 244.29 0.09 0.7
Hex AC AB B9 7 8 0 1B F4 9 46
Octal 254 253 271 7 10 0 33 364 11 106
Binary 10101100 10101011 10111001 111 1000 0 11011 11110100 1001 1000110

Color Harmonies of #ACABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABB9

Black with #ACABB9

Text Example


Text Example

White with #ACABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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