#AACABD

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

Shades of Opal #AACABD

Tints of Opal #AACABD

Color information

#AACABD (or 0xAACABD) is unknown color: approx Opal. HEX triplet: AA, CA and BD. RGB value is (170,202,189). Sum of RGB (Red+Green+Blue) = 170+202+189=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #AACABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACABD is #553542. Grayscale: #BEBEBE. Windows color (decimal): -5584195 or 12438186. OLE color: 12438186.

HSL color Cylindrical-coordinate representation of color #AACABD: hue angle of 155.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACABD is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB170202189-
CMYK0.1600.060.21
HSL155.62º23.19%72.94%-
HSV(B)155.62º15.84%79.22%-
XYZ46.8854.4656.19-
YUV190.95126.9113.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=30.30%
G=36.01%
B=33.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021890.1600.060.21155.6223.1972.94
HexAACABD1006159c1749
Octal25231227520062523427111
Binary1010101011001010101111011000001101010110011100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACABD; }

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

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

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

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

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

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

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

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