#AAC4BB

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

Shades of Opal #AAC4BB

Tints of Opal #AAC4BB

Color information

#AAC4BB (or 0xAAC4BB) is unknown color: approx Opal. HEX triplet: AA, C4 and BB. RGB value is (170,196,187). Sum of RGB (Red+Green+Blue) = 170+196+187=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4BB is #553B44. Grayscale: #BBBBBB. Windows color (decimal): -5585733 or 12305578. OLE color: 12305578.

HSL color Cylindrical-coordinate representation of color #AAC4BB: hue angle of 159.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4BB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB170196187-
CMYK0.1300.050.23
HSL159.23º18.06%71.76%-
HSV(B)159.23º13.27%76.86%-
XYZ45.2951.6154.59-
YUV187.2127.89115.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=30.74%
G=35.44%
B=33.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961870.1300.050.23159.2318.0671.76
HexAAC4BBD05179f1248
Octal25230427315052723722110
Binary101010101100010010111011110101011011110011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4BB; }

 p { color: rgb(170,196,187); }

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

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

 a { background-color: rgb(170,196,187); }

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

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

 span { border-color: rgb(170,196,187); }

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