#AEBBB9

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

Shades of Opal #AEBBB9

Tints of Opal #AEBBB9

Color information

#AEBBB9 (or 0xAEBBB9) is unknown color: approx Opal. HEX triplet: AE, BB and B9. RGB value is (174,187,185). Sum of RGB (Red+Green+Blue) = 174+187+185=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBB9 is #514446. Grayscale: #B6B6B6. Windows color (decimal): -5325895 or 12172206. OLE color: 12172206.

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

Color convert

RGB174187185-
CMYK0.0700.010.27
HSL170.77º8.72%70.78%-
HSV(B)170.77º6.95%73.33%-
XYZ43.9848.0452.85-
YUV182.88129.19121.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=31.87%
G=34.25%
B=33.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871850.0700.010.27170.778.7270.78
HexAEBBB97011Bab947
Octal2562732717013325311107
Binary10101110101110111011100111101110111010101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBB9; }

 p { color: rgb(174,187,185); }

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

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

 a { background-color: rgb(174,187,185); }

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

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

 span { border-color: rgb(174,187,185); }

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