#AAB0AF

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

Shades of Conch #AAB0AF

Tints of Conch #AAB0AF

Color information

#AAB0AF (or 0xAAB0AF) is unknown color: approx Conch. HEX triplet: AA, B0 and AF. RGB value is (170,176,175). Sum of RGB (Red+Green+Blue) = 170+176+175=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB0AF is #554F50. Grayscale: #AEAEAE. Windows color (decimal): -5590865 or 11514026. OLE color: 11514026.

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

Color convert

RGB170176175-
CMYK0.0300.010.31
HSL170º3.66%67.84%-
HSV(B)170º3.41%69.02%-
XYZ39.8442.6946.7-
YUV174.09128.51125.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=32.63%
G=33.78%
B=33.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761750.0300.010.311703.6667.84
HexAAB0AF3011Faa444
Octal252260257301372524104
Binary101010101011000010101111110111111101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0AF; }

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

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

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

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

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

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

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

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