#AACAC5

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

Shades of Opal #AACAC5

Tints of Opal #AACAC5

Color information

#AACAC5 (or 0xAACAC5) is unknown color: approx Opal. HEX triplet: AA, CA and C5. RGB value is (170,202,197). Sum of RGB (Red+Green+Blue) = 170+202+197=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC5 is #55353A. Grayscale: #BFBFBF. Windows color (decimal): -5584187 or 12962474. OLE color: 12962474.

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

Color convert

RGB170202197-
CMYK0.1600.020.21
HSL170.62º23.19%72.94%-
HSV(B)170.62º15.84%79.22%-
XYZ47.7854.8260.89-
YUV191.86130.9112.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=29.88%
G=35.50%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021970.1600.020.21170.6223.1972.94
HexAACAC5100215ab1749
Octal25231230520022525327111
Binary101010101100101011000101100000101010110101011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC5; }

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

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

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

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

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

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

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

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