#AAC8C1

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

Shades of Opal #AAC8C1

Tints of Opal #AAC8C1

Color information

#AAC8C1 (or 0xAAC8C1) is unknown color: approx Opal. HEX triplet: AA, C8 and C1. RGB value is (170,200,193). Sum of RGB (Red+Green+Blue) = 170+200+193=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8C1 is #55373E. Grayscale: #BEBEBE. Windows color (decimal): -5584703 or 12699818. OLE color: 12699818.

HSL color Cylindrical-coordinate representation of color #AAC8C1: hue angle of 166º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC8C1 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB170200193-
CMYK0.1500.040.22
HSL166º21.43%72.55%-
HSV(B)166º15%78.43%-
XYZ46.8653.758.35-
YUV190.23129.56113.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=30.20%
G=35.52%
B=34.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001930.1500.040.2216621.4372.55
HexAAC8C1F0416a61549
Octal25231030117042624625111
Binary101010101100100011000001111101001011010100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8C1; }

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

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

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

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

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

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

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

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