#AEC0BA

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

Shades of Opal #AEC0BA

Tints of Opal #AEC0BA

Color information

#AEC0BA (or 0xAEC0BA) is unknown color: approx Opal. HEX triplet: AE, C0 and BA. RGB value is (174,192,186). Sum of RGB (Red+Green+Blue) = 174+192+186=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0BA is #513F45. Grayscale: #B9B9B9. Windows color (decimal): -5324614 or 12239022. OLE color: 12239022.

HSL color Cylindrical-coordinate representation of color #AEC0BA: hue angle of 160º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0BA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB174192186-
CMYK0.0900.030.25
HSL160º12.5%71.76%-
HSV(B)160º9.38%75.29%-
XYZ45.1750.2453.77-
YUV185.93128.04119.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=31.52%
G=34.78%
B=33.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921860.0900.030.2516012.571.76
HexAEC0BA90319a0c48
Octal25630027211033124014110
Binary1010111011000000101110101001011110011010000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0BA; }

 p { color: rgb(174,192,186); }

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

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

 a { background-color: rgb(174,192,186); }

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

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

 span { border-color: rgb(174,192,186); }

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