#A5CAC5

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

Shades of Sinbad #A5CAC5

Tints of Sinbad #A5CAC5

Color information

#A5CAC5 (or 0xA5CAC5) is unknown color: approx Sinbad. HEX triplet: A5, CA and C5. RGB value is (165,202,197). Sum of RGB (Red+Green+Blue) = 165+202+197=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CAC5 is #5A353A. Grayscale: #BEBEBE. Windows color (decimal): -5911867 or 12962469. OLE color: 12962469.

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

Color convert

RGB165202197-
CMYK0.1800.020.21
HSL171.89º25.87%71.96%-
HSV(B)171.89º18.32%79.22%-
XYZ46.7254.2760.84-
YUV190.37131.74109.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 197 (77.34% from 255) = 34.93%
R=29.26%
G=35.82%
B=34.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021970.1800.020.21171.8925.8771.96
HexA5CAC5120215ac1a48
Octal24531230522022525432110
Binary101001011100101011000101100100101010110101100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAC5; }

 p { color: rgb(165,202,197); }

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

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

 a { background-color: rgb(165,202,197); }

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

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

 span { border-color: rgb(165,202,197); }

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