#ACAABC

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

Shades of Spun Pearl #ACAABC

Tints of Spun Pearl #ACAABC

Color information

#ACAABC (or 0xACAABC) is unknown color: approx Spun Pearl. HEX triplet: AC, AA and BC. RGB value is (172,170,188). Sum of RGB (Red+Green+Blue) = 172+170+188=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAABC is #535543. Grayscale: #ACACAC. Windows color (decimal): -5461316 or 12364460. OLE color: 12364460.

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

Color convert

RGB172170188-
CMYK0.090.1000.26
HSL246.67º11.84%70.2%-
HSV(B)246.67º9.57%73.73%-
XYZ40.4741.1553.39-
YUV172.65136.66127.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=32.45%
G=32.08%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721701880.090.1000.26246.6711.8470.2
HexACAABC9A01Af7c46
Octal254252274111203236714106
Binary101011001010101010111100100110100110101111011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAABC; }

 p { color: rgb(172,170,188); }

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

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

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

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

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

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

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