#AEBAB8

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

Shades of Opal #AEBAB8

Tints of Opal #AEBAB8

Color information

#AEBAB8 (or 0xAEBAB8) is unknown color: approx Opal. HEX triplet: AE, BA and B8. RGB value is (174,186,184). Sum of RGB (Red+Green+Blue) = 174+186+184=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB8 is #514547. Grayscale: #B6B6B6. Windows color (decimal): -5326152 or 12106414. OLE color: 12106414.

HSL color Cylindrical-coordinate representation of color #AEBAB8: hue angle of 170º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AEBAB8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB174186184-
CMYK0.0600.010.27
HSL170º8%70.59%-
HSV(B)170º6.45%72.94%-
XYZ43.6747.5852.23-
YUV182.18129.02122.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 184 (72.27% from 255) = 33.82%
R=31.99%
G=34.19%
B=33.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861840.0600.010.27170870.59
HexAEBAB86011Baa847
Octal2562722706013325210107
Binary10101110101110101011100011001110111010101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAB8; }

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

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

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

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

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

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

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

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