#AEB3B2

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

Shades of Conch #AEB3B2

Tints of Conch #AEB3B2

Color information

#AEB3B2 (or 0xAEB3B2) is unknown color: approx Conch. HEX triplet: AE, B3 and B2. RGB value is (174,179,178). Sum of RGB (Red+Green+Blue) = 174+179+178=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3B2 is #514C4D. Grayscale: #B1B1B1. Windows color (decimal): -5327950 or 11711406. OLE color: 11711406.

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

Color convert

RGB174179178-
CMYK0.0300.010.30
HSL168º3.18%69.22%-
HSV(B)168º2.79%70.2%-
XYZ41.6144.4548.51-
YUV177.39128.34125.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=32.77%
G=33.71%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791780.0300.010.301683.1869.22
HexAEB3B23011Ea8345
Octal256263262301362503105
Binary10101110101100111011001011011111010101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3B2; }

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

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

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

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

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

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

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

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