#A9ADAC

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

Shades of Conch #A9ADAC

Tints of Conch #A9ADAC

Color information

#A9ADAC (or 0xA9ADAC) is unknown color: approx Conch. HEX triplet: A9, AD and AC. RGB value is (169,173,172). Sum of RGB (Red+Green+Blue) = 169+173+172=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 173 - color contains mainly: green. Hex color #A9ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADAC is #565253. Grayscale: #ABABAB. Windows color (decimal): -5657172 or 11316649. OLE color: 11316649.

HSL color Cylindrical-coordinate representation of color #A9ADAC: 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 #A9ADAC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB169173172-
CMYK0.0200.010.32
HSL165º2.38%67.06%-
HSV(B)165º2.31%67.84%-
XYZ38.7541.344.96-
YUV171.69128.17126.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 172 (67.58% 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
Decimal1691731720.0200.010.321652.3867.06
HexA9ADAC20120a5243
Octal251255254201402452103
Binary101010011010110110101100100110000010100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADAC; }

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

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

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

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

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

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

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

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