#AEBAB7

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

Shades of Opal #AEBAB7

Tints of Opal #AEBAB7

Color information

#AEBAB7 (or 0xAEBAB7) is unknown color: approx Opal. HEX triplet: AE, BA and B7. RGB value is (174,186,183). Sum of RGB (Red+Green+Blue) = 174+186+183=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB7 is #514548. Grayscale: #B6B6B6. Windows color (decimal): -5326153 or 12040878. OLE color: 12040878.

HSL color Cylindrical-coordinate representation of color #AEBAB7: hue angle of 165º 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 #AEBAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB174186183-
CMYK0.0600.020.27
HSL165º8%70.59%-
HSV(B)165º6.45%72.94%-
XYZ43.5647.5451.68-
YUV182.07128.52122.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 183 (71.88% from 255) = 33.70%
R=32.04%
G=34.25%
B=33.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861830.0600.020.27165870.59
HexAEBAB76021Ba5847
Octal2562722676023324510107
Binary101011101011101010110111110010110111010010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAB7; }

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

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

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

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

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

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

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

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