#AAAEAD

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

Shades of Conch #AAAEAD

Tints of Conch #AAAEAD

Color information

#AAAEAD (or 0xAAAEAD) is unknown color: approx Conch. HEX triplet: AA, AE and AD. RGB value is (170,174,173). Sum of RGB (Red+Green+Blue) = 170+174+173=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEAD is #555152. Grayscale: #ACACAC. Windows color (decimal): -5591379 or 11382442. OLE color: 11382442.

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

Color convert

RGB170174173-
CMYK0.0200.010.32
HSL165º2.41%67.45%-
HSV(B)165º2.3%68.24%-
XYZ39.2641.8445.54-
YUV172.69128.17126.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=32.88%
G=33.66%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741730.0200.010.321652.4167.45
HexAAAEAD20120a5243
Octal252256255201402452103
Binary101010101010111010101101100110000010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEAD; }

 p { color: rgb(170,174,173); }

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

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

 a { background-color: rgb(170,174,173); }

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

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

 span { border-color: rgb(170,174,173); }

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