Html Css Color HEX #ACABB6 Spun Pearl

📋 copy color: '#ACABB6'

red 172 ◦ green 171 ◦ blue 182

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

Shades of Spun Pearl #ACABB6

Tints of Spun Pearl #ACABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 32.76%
G = 32.57%
B = 34.67%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ACABB6 (or 0xACABB6) is known color: Spun Pearl. HEX triplet: AC, AB and B6. RGB value is (172,171,182). Sum of RGB (Red+Green+Blue) = 172+171+182=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABB6 is #535449. Grayscale: #ACACAC. Windows color (decimal): -5461066 or 11971500. OLE color: 11971500.

HSL color Cylindrical-coordinate representation of color #ACABB6: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACABB6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 171 182 -
CMYK 0.05 0.06 0 0.29
HSL 245.45º 0.07% 0.69% -
HSV(B) 245.45º 0.06% 0.71% -
XYZ 40.02 41.27 50.11 -
YUV 172.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 172 171 182 0.05 0.06 0 0.29 245.45 0.07 0.69
Hex AC AB B6 5 6 0 1D F5 7 45
Octal 254 253 266 5 6 0 35 365 7 105
Binary 10101100 10101011 10110110 101 110 0 11101 11110101 111 1000101

Color Harmonies of #ACABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABB6

Black with #ACABB6

Text Example


Text Example

White with #ACABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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