#AAC0BC

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

Shades of Opal #AAC0BC

Tints of Opal #AAC0BC

Color information

#AAC0BC (or 0xAAC0BC) is unknown color: approx Opal. HEX triplet: AA, C0 and BC. RGB value is (170,192,188). Sum of RGB (Red+Green+Blue) = 170+192+188=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0BC is #553F43. Grayscale: #B8B8B8. Windows color (decimal): -5586756 or 12370090. OLE color: 12370090.

HSL color Cylindrical-coordinate representation of color #AAC0BC: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0BC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB170192188-
CMYK0.1100.020.25
HSL169.09º14.86%70.98%-
HSV(B)169.09º11.46%75.29%-
XYZ44.549.8854.86-
YUV184.97129.71117.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=30.91%
G=34.91%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921880.1100.020.25169.0914.8670.98
HexAAC0BCB0219a9f47
Octal25230027413023125117107
Binary1010101011000000101111001011010110011010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0BC; }

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

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

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

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

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

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

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

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