#AAC7C0

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

Shades of Opal #AAC7C0

Tints of Opal #AAC7C0

Color information

#AAC7C0 (or 0xAAC7C0) is unknown color: approx Opal. HEX triplet: AA, C7 and C0. RGB value is (170,199,192). Sum of RGB (Red+Green+Blue) = 170+199+192=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7C0 is #55383F. Grayscale: #BDBDBD. Windows color (decimal): -5584960 or 12634026. OLE color: 12634026.

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

Color convert

RGB170199192-
CMYK0.1500.040.22
HSL165.52º20.57%72.35%-
HSV(B)165.52º14.57%78.04%-
XYZ46.5253.257.69-
YUV189.53129.39114.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=30.30%
G=35.47%
B=34.22%

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
Decimal1701991920.1500.040.22165.5220.5772.35
HexAAC7C0F0416a61548
Octal25230730017042624625110
Binary101010101100011111000000111101001011010100110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7C0; }

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

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

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

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

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

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

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

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