#AACBC0

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

Shades of Opal #AACBC0

Tints of Opal #AACBC0

Color information

#AACBC0 (or 0xAACBC0) is unknown color: approx Opal. HEX triplet: AA, CB and C0. RGB value is (170,203,192). Sum of RGB (Red+Green+Blue) = 170+203+192=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBC0 is #55343F. Grayscale: #BFBFBF. Windows color (decimal): -5583936 or 12635050. OLE color: 12635050.

HSL color Cylindrical-coordinate representation of color #AACBC0: hue angle of 160º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBC0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB170203192-
CMYK0.1600.050.20
HSL160º24.09%73.14%-
HSV(B)160º16.26%79.61%-
XYZ47.4555.0658-
YUV191.88128.07112.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=30.09%
G=35.93%
B=33.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031920.1600.050.2016024.0973.14
HexAACBC0100514a01849
Octal25231330020052424030111
Binary1010101011001011110000001000001011010010100000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBC0; }

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

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

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

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

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

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

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

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