#A1CAC7

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

Shades of Sinbad #A1CAC7

Tints of Sinbad #A1CAC7

Color information

#A1CAC7 (or 0xA1CAC7) is unknown color: approx Sinbad. HEX triplet: A1, CA and C7. RGB value is (161,202,199). Sum of RGB (Red+Green+Blue) = 161+202+199=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAC7 is #5E3538. Grayscale: #BDBDBD. Windows color (decimal): -6174009 or 13093537. OLE color: 13093537.

HSL color Cylindrical-coordinate representation of color #A1CAC7: hue angle of 175.61º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CAC7 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB161202199-
CMYK0.2000.010.21
HSL175.61º27.89%71.18%-
HSV(B)175.61º20.3%79.22%-
XYZ46.1353.9462.01-
YUV189.4133.42107.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=28.65%
G=35.94%
B=35.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021990.2000.010.21175.6127.8971.18
HexA1CAC7140115b01c47
Octal24131230724012526034107
Binary10100001110010101100011110100011010110110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAC7; }

 p { color: rgb(161,202,199); }

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

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

 a { background-color: rgb(161,202,199); }

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

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

 span { border-color: rgb(161,202,199); }

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