#AEB4B3

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

Shades of Conch #AEB4B3

Tints of Conch #AEB4B3

Color information

#AEB4B3 (or 0xAEB4B3) is unknown color: approx Conch. HEX triplet: AE, B4 and B3. RGB value is (174,180,179). Sum of RGB (Red+Green+Blue) = 174+180+179=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB4B3 is #514B4C. Grayscale: #B2B2B2. Windows color (decimal): -5327693 or 11777198. OLE color: 11777198.

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

Color convert

RGB174180179-
CMYK0.0300.010.29
HSL170º3.85%69.41%-
HSV(B)170º3.33%70.59%-
XYZ41.9144.949.1-
YUV178.09128.51125.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=32.65%
G=33.77%
B=33.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801790.0300.010.291703.8569.41
HexAEB4B33011Daa445
Octal256264263301352524105
Binary101011101011010010110011110111101101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B3; }

 p { color: rgb(174,180,179); }

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

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

 a { background-color: rgb(174,180,179); }

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

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

 span { border-color: rgb(174,180,179); }

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