#AACAC4

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

Shades of Opal #AACAC4

Tints of Opal #AACAC4

Color information

#AACAC4 (or 0xAACAC4) is unknown color: approx Opal. HEX triplet: AA, CA and C4. RGB value is (170,202,196). Sum of RGB (Red+Green+Blue) = 170+202+196=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC4 is #55353B. Grayscale: #BFBFBF. Windows color (decimal): -5584188 or 12896938. OLE color: 12896938.

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

Color convert

RGB170202196-
CMYK0.1600.030.21
HSL168.75º23.19%72.94%-
HSV(B)168.75º15.84%79.22%-
XYZ47.6654.7760.28-
YUV191.75130.4112.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=29.93%
G=35.56%
B=34.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021960.1600.030.21168.7523.1972.94
HexAACAC4100315a91749
Octal25231230420032525127111
Binary101010101100101011000100100000111010110101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAC4; }

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

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

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

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

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

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

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

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