#AACBC3

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

Shades of Opal #AACBC3

Tints of Opal #AACBC3

Color information

#AACBC3 (or 0xAACBC3) is unknown color: approx Opal. HEX triplet: AA, CB and C3. RGB value is (170,203,195). Sum of RGB (Red+Green+Blue) = 170+203+195=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBC3 is #55343C. Grayscale: #C0C0C0. Windows color (decimal): -5583933 or 12831658. OLE color: 12831658.

HSL color Cylindrical-coordinate representation of color #AACBC3: hue angle of 165.45º 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 #AACBC3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB170203195-
CMYK0.1600.040.20
HSL165.45º24.09%73.14%-
HSV(B)165.45º16.26%79.61%-
XYZ47.7855.259.77-
YUV192.22129.57112.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=29.93%
G=35.74%
B=34.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031950.1600.040.20165.4524.0973.14
HexAACBC3100414a51849
Octal25231330320042424530111
Binary1010101011001011110000111000001001010010100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBC3; }

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

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

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

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

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

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

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

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