#AACCC6

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

Shades of Sinbad #AACCC6

Tints of Sinbad #AACCC6

Color information

#AACCC6 (or 0xAACCC6) is unknown color: approx Sinbad. HEX triplet: AA, CC and C6. RGB value is (170,204,198). Sum of RGB (Red+Green+Blue) = 170+204+198=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC6 is #553339. Grayscale: #C1C1C1. Windows color (decimal): -5583674 or 13028522. OLE color: 13028522.

HSL color Cylindrical-coordinate representation of color #AACCC6: hue angle of 169.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB170204198-
CMYK0.1700.030.2
HSL169.41º25%73.33%-
HSV(B)169.41º16.67%80%-
XYZ48.3655.8161.65-
YUV193.15130.74111.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=29.72%
G=35.66%
B=34.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041980.1700.030.2169.412573.33
HexAACCC6110314a91949
Octal25231430621032425131111
Binary101010101100110011000110100010111010010101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCC6; }

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

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

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

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

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

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

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

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