#AEBCBA

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

Shades of Opal #AEBCBA

Tints of Opal #AEBCBA

Color information

#AEBCBA (or 0xAEBCBA) is unknown color: approx Opal. HEX triplet: AE, BC and BA. RGB value is (174,188,186). Sum of RGB (Red+Green+Blue) = 174+188+186=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCBA is #514345. Grayscale: #B7B7B7. Windows color (decimal): -5325638 or 12237998. OLE color: 12237998.

HSL color Cylindrical-coordinate representation of color #AEBCBA: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBCBA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB174188186-
CMYK0.0700.010.26
HSL171.43º9.46%70.98%-
HSV(B)171.43º7.45%73.73%-
XYZ44.348.5153.48-
YUV183.59129.36121.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=31.75%
G=34.31%
B=33.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881860.0700.010.26171.439.4670.98
HexAEBCBA7011Aab947
Octal2562742727013225311107
Binary10101110101111001011101011101110101010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCBA; }

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

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

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

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

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

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

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

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