#AACAC0

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

Shades of Opal #AACAC0

Tints of Opal #AACAC0

Color information

#AACAC0 (or 0xAACAC0) is unknown color: approx Opal. HEX triplet: AA, CA and C0. RGB value is (170,202,192). Sum of RGB (Red+Green+Blue) = 170+202+192=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC0 is #55353F. Grayscale: #BFBFBF. Windows color (decimal): -5584192 or 12634794. OLE color: 12634794.

HSL color Cylindrical-coordinate representation of color #AACAC0: hue angle of 161.25º 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 #AACAC0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB170202192-
CMYK0.1600.050.21
HSL161.25º23.19%72.94%-
HSV(B)161.25º15.84%79.22%-
XYZ47.2154.5957.92-
YUV191.29128.4112.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=30.14%
G=35.82%
B=34.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021920.1600.050.21161.2523.1972.94
HexAACAC0100515a11749
Octal25231230020052524127111
Binary1010101011001010110000001000001011010110100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC0; }

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

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

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

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

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

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

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

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