Html Css Color HEX #ACA6BD Spun Pearl

📋 copy color: '#ACA6BD'

red 172 ◦ green 166 ◦ blue 189

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

Shades of Spun Pearl #ACA6BD

Tints of Spun Pearl #ACA6BD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

 BLUE value IS 189 (74.22% from 255) = 35.86%

R = 32.64%
G = 31.5%
B = 35.86%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ACA6BD (or 0xACA6BD) is known color: Spun Pearl. HEX triplet: AC, A6 and BD. RGB value is (172,166,189). Sum of RGB (Red+Green+Blue) = 172+166+189=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6BD is #535942. Grayscale: #AAAAAA. Windows color (decimal): -5462339 or 12428972. OLE color: 12428972.

HSL color Cylindrical-coordinate representation of color #ACA6BD: hue angle of 255.65º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA6BD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 166 189 -
CMYK 0.09 0.12 0 0.26
HSL 255.65º 0.15% 0.7% -
HSV(B) 255.65º 0.12% 0.74% -
XYZ 39.83 39.72 53.71 -
YUV 170.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 172 166 189 0.09 0.12 0 0.26 255.65 0.15 0.7
Hex AC A6 BD 9 C 0 1A 100 F 46
Octal 254 246 275 11 14 0 32 400 17 106
Binary 10101100 10100110 10111101 1001 1100 0 11010 100000000 1111 1000110

Color Harmonies of #ACA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA6BD

Black with #ACA6BD

Text Example


Text Example

White with #ACA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA6BD; }

 p { color: rgb(172,166,189); }

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

background-color css

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

 a { background-color: rgb(172,166,189); }

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

border-color css

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

 span { border-color: rgb(172,166,189); }

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