#AACCCA

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

Shades of Sinbad #AACCCA

Tints of Sinbad #AACCCA

Color information

#AACCCA (or 0xAACCCA) is unknown color: approx Sinbad. HEX triplet: AA, CC and CA. RGB value is (170,204,202). Sum of RGB (Red+Green+Blue) = 170+204+202=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCCA is #553335. Grayscale: #C1C1C1. Windows color (decimal): -5583670 or 13290666. OLE color: 13290666.

HSL color Cylindrical-coordinate representation of color #AACCCA: hue angle of 176.47º 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 #AACCCA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB170204202-
CMYK0.1700.010.2
HSL176.47º25%73.33%-
HSV(B)176.47º16.67%80%-
XYZ48.835664.11-
YUV193.61132.74111.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=29.51%
G=35.42%
B=35.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702042020.1700.010.2176.472573.33
HexAACCCA110114b01949
Octal25231431221012426031111
Binary10101010110011001100101010001011010010110000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCCA; }

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

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

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

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

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

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

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

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