#ACACBB

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

Shades of Spun Pearl #ACACBB

Tints of Spun Pearl #ACACBB

Color information

#ACACBB (or 0xACACBB) is unknown color: approx Spun Pearl. HEX triplet: AC, AC and BB. RGB value is (172,172,187). Sum of RGB (Red+Green+Blue) = 172+172+187=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #ACACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACBB is #535344. Grayscale: #ADADAD. Windows color (decimal): -5460805 or 12299436. OLE color: 12299436.

HSL color Cylindrical-coordinate representation of color #ACACBB: hue angle of 240º degrees, saturation: 0.1, 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 #ACACBB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172172187-
CMYK0.080.0800.27
HSL240º9.93%70.39%-
HSV(B)240º8.02%73.33%-
XYZ40.7441.8652.95-
YUV173.71135.5126.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=32.39%
G=32.39%
B=35.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721721870.080.0800.272409.9370.39
HexACACBB8801Bf0a46
Octal254254273101003336012106
Binary101011001010110010111011100010000110111111000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACBB; }

 p { color: rgb(172,172,187); }

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

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

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

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

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

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

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