#AAC5C0

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

Shades of Opal #AAC5C0

Tints of Opal #AAC5C0

Color information

#AAC5C0 (or 0xAAC5C0) is unknown color: approx Opal. HEX triplet: AA, C5 and C0. RGB value is (170,197,192). Sum of RGB (Red+Green+Blue) = 170+197+192=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5C0 is #553A3F. Grayscale: #BCBCBC. Windows color (decimal): -5585472 or 12633514. OLE color: 12633514.

HSL color Cylindrical-coordinate representation of color #AAC5C0: hue angle of 168.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5C0 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB170197192-
CMYK0.1400.030.23
HSL168.89º18.88%71.96%-
HSV(B)168.89º13.71%77.25%-
XYZ46.0652.2857.53-
YUV188.36130.05114.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=30.41%
G=35.24%
B=34.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971920.1400.030.23168.8918.8871.96
HexAAC5C0E0317a91348
Octal25230530016032725123110
Binary10101010110001011100000011100111011110101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5C0; }

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

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

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

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

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

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

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

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