#AACAC1

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

Shades of Opal #AACAC1

Tints of Opal #AACAC1

Color information

#AACAC1 (or 0xAACAC1) is unknown color: approx Opal. HEX triplet: AA, CA and C1. RGB value is (170,202,193). Sum of RGB (Red+Green+Blue) = 170+202+193=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC1 is #55353E. Grayscale: #BFBFBF. Windows color (decimal): -5584191 or 12700330. OLE color: 12700330.

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

Color convert

RGB170202193-
CMYK0.1600.040.21
HSL163.12º23.19%72.94%-
HSV(B)163.12º15.84%79.22%-
XYZ47.3254.6458.5-
YUV191.41128.9112.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=30.09%
G=35.75%
B=34.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021930.1600.040.21163.1223.1972.94
HexAACAC1100415a31749
Octal25231230120042524327111
Binary1010101011001010110000011000001001010110100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC1; }

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

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

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

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

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

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

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

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