#ACA8B9

Color #ACA8B9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #ACA8B9

Tints of Spun Pearl #ACA8B9

Color information

#ACA8B9 (or 0xACA8B9) is unknown color: approx Spun Pearl. HEX triplet: AC, A8 and B9. RGB value is (172,168,185). Sum of RGB (Red+Green+Blue) = 172+168+185=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8B9 is #535746. Grayscale: #ABABAB. Windows color (decimal): -5461831 or 12167340. OLE color: 12167340.

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

Color convert

RGB172168185-
CMYK0.070.0900.27
HSL254.12º10.83%69.22%-
HSV(B)254.12º9.19%72.55%-
XYZ39.7740.2851.58-
YUV171.13135.83128.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=32.76%
G=32%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721681850.070.0900.27254.1210.8369.22
HexACA8B97901Bfeb45
Octal25425027171103337613105
Binary10101100101010001011100111110010110111111111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8B9; }

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

 H1.HeaderClassName
 {
   color: #ACA8B9;
 }
 .AnyTagClassName
 {
   color: #ACA8B9;
 }
</style>
background-color css

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

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

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

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

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

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