#A3CAC6

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

Shades of Sinbad #A3CAC6

Tints of Sinbad #A3CAC6

Color information

#A3CAC6 (or 0xA3CAC6) is unknown color: approx Sinbad. HEX triplet: A3, CA and C6. RGB value is (163,202,198). Sum of RGB (Red+Green+Blue) = 163+202+198=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAC6 is #5C3539. Grayscale: #BDBDBD. Windows color (decimal): -6042938 or 13028003. OLE color: 13028003.

HSL color Cylindrical-coordinate representation of color #A3CAC6: hue angle of 173.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAC6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB163202198-
CMYK0.1900.020.21
HSL173.85º26.9%71.57%-
HSV(B)173.85º19.31%79.22%-
XYZ46.4254.161.42-
YUV189.88132.58108.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=28.95%
G=35.88%
B=35.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021980.1900.020.21173.8526.971.57
HexA3CAC6130215ae1b48
Octal24331230623022525633110
Binary101000111100101011000110100110101010110101110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAC6; }

 p { color: rgb(163,202,198); }

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

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

 a { background-color: rgb(163,202,198); }

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

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

 span { border-color: rgb(163,202,198); }

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