#A9AEAD

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

Shades of Conch #A9AEAD

Tints of Conch #A9AEAD

Color information

#A9AEAD (or 0xA9AEAD) is unknown color: approx Conch. HEX triplet: A9, AE and AD. RGB value is (169,174,173). Sum of RGB (Red+Green+Blue) = 169+174+173=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AEAD is #565152. Grayscale: #ACACAC. Windows color (decimal): -5656915 or 11382441. OLE color: 11382441.

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

Color convert

RGB169174173-
CMYK0.0300.010.32
HSL168º2.99%67.25%-
HSV(B)168º2.87%68.24%-
XYZ39.0441.7245.53-
YUV172.39128.34125.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=32.75%
G=33.72%
B=33.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741730.0300.010.321682.9967.25
HexA9AEAD30120a8343
Octal251256255301402503103
Binary101010011010111010101101110110000010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEAD; }

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

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

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

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

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

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

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

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