#AAB7B4

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

Shades of Conch #AAB7B4

Tints of Conch #AAB7B4

Color information

#AAB7B4 (or 0xAAB7B4) is unknown color: approx Conch. HEX triplet: AA, B7 and B4. RGB value is (170,183,180). Sum of RGB (Red+Green+Blue) = 170+183+180=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7B4 is #55484B. Grayscale: #B2B2B2. Windows color (decimal): -5589068 or 11843498. OLE color: 11843498.

HSL color Cylindrical-coordinate representation of color #AAB7B4: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7B4 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB170183180-
CMYK0.0700.020.28
HSL166.15º8.28%69.22%-
HSV(B)166.15º7.1%71.76%-
XYZ41.7545.7149.8-
YUV178.77128.69121.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=31.89%
G=34.33%
B=33.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831800.0700.020.28166.158.2869.22
HexAAB7B47021Ca6845
Octal2522672647023424610105
Binary101010101011011110110100111010111001010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7B4; }

 p { color: rgb(170,183,180); }

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

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

 a { background-color: rgb(170,183,180); }

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

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

 span { border-color: rgb(170,183,180); }

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