#AAC1BD

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

Shades of Opal #AAC1BD

Tints of Opal #AAC1BD

Color information

#AAC1BD (or 0xAAC1BD) is unknown color: approx Opal. HEX triplet: AA, C1 and BD. RGB value is (170,193,189). Sum of RGB (Red+Green+Blue) = 170+193+189=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BD is #553E42. Grayscale: #B9B9B9. Windows color (decimal): -5586499 or 12435882. OLE color: 12435882.

HSL color Cylindrical-coordinate representation of color #AAC1BD: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1BD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB170193189-
CMYK0.1200.020.24
HSL169.57º15.65%71.18%-
HSV(B)169.57º11.92%75.69%-
XYZ44.8350.3655.5-
YUV185.67129.88116.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=30.80%
G=34.96%
B=34.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931890.1200.020.24169.5715.6571.18
HexAAC1BDC0218aa1047
Octal25230127514023025220107
Binary10101010110000011011110111000101100010101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1BD; }

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

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

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

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

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

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

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

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