#AACBC6

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

Shades of Sinbad #AACBC6

Tints of Sinbad #AACBC6

Color information

#AACBC6 (or 0xAACBC6) is unknown color: approx Sinbad. HEX triplet: AA, CB and C6. RGB value is (170,203,198). Sum of RGB (Red+Green+Blue) = 170+203+198=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBC6 is #553439. Grayscale: #C0C0C0. Windows color (decimal): -5583930 or 13028266. OLE color: 13028266.

HSL color Cylindrical-coordinate representation of color #AACBC6: hue angle of 170.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBC6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB170203198-
CMYK0.1600.020.20
HSL170.91º24.09%73.14%-
HSV(B)170.91º16.26%79.61%-
XYZ48.1355.3461.57-
YUV192.56131.07111.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=29.77%
G=35.55%
B=34.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031980.1600.020.20170.9124.0973.14
HexAACBC6100214ab1849
Octal25231330620022425330111
Binary101010101100101111000110100000101010010101011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBC6; }

 p { color: rgb(170,203,198); }

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

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

 a { background-color: rgb(170,203,198); }

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

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

 span { border-color: rgb(170,203,198); }

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