#ACBACA

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

Shades of Spindle #ACBACA

Tints of Spindle #ACBACA

Color information

#ACBACA (or 0xACBACA) is unknown color: approx Spindle. HEX triplet: AC, BA and CA. RGB value is (172,186,202). Sum of RGB (Red+Green+Blue) = 172+186+202=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBACA is #534535. Grayscale: #B7B7B7. Windows color (decimal): -5457206 or 13286060. OLE color: 13286060.

HSL color Cylindrical-coordinate representation of color #ACBACA: hue angle of 212º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBACA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172186202-
CMYK0.150.0800.21
HSL212º22.06%73.33%-
HSV(B)212º14.85%79.22%-
XYZ45.2348.1562.79-
YUV183.64138.36119.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=30.71%
G=33.21%
B=36.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721862020.150.0800.2121222.0673.33
HexACBACAF8015d41649
Octal254272312171002532426111
Binary1010110010111010110010101111100001010111010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBACA; }

 p { color: rgb(172,186,202); }

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

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

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

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

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

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

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