#AAB1B0

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

Shades of Conch #AAB1B0

Tints of Conch #AAB1B0

Color information

#AAB1B0 (or 0xAAB1B0) is unknown color: approx Conch. HEX triplet: AA, B1 and B0. RGB value is (170,177,176). Sum of RGB (Red+Green+Blue) = 170+177+176=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1B0 is #554E4F. Grayscale: #AEAEAE. Windows color (decimal): -5590608 or 11579818. OLE color: 11579818.

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

Color convert

RGB170177176-
CMYK0.0400.010.31
HSL171.43º4.29%68.04%-
HSV(B)171.43º3.95%69.41%-
XYZ40.1443.1247.28-
YUV174.79128.68124.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=32.50%
G=33.84%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771760.0400.010.31171.434.2968.04
HexAAB1B04011Fab444
Octal252261260401372534104
Binary1010101010110001101100001000111111101010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1B0; }

 p { color: rgb(170,177,176); }

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

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

 a { background-color: rgb(170,177,176); }

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

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

 span { border-color: rgb(170,177,176); }

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