#A3ADAA

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

Shades of Conch #A3ADAA

Tints of Conch #A3ADAA

Color information

#A3ADAA (or 0xA3ADAA) is unknown color: approx Conch. HEX triplet: A3, AD and AA. RGB value is (163,173,170). Sum of RGB (Red+Green+Blue) = 163+173+170=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #A3ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAA is #5C5255. Grayscale: #A9A9A9. Windows color (decimal): -6050390 or 11185571. OLE color: 11185571.

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

Color convert

RGB163173170-
CMYK0.0600.020.32
HSL162º5.75%65.88%-
HSV(B)162º5.78%67.84%-
XYZ37.340.5843.9-
YUV169.67128.19123.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=32.21%
G=34.19%
B=33.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731700.0600.020.321625.7565.88
HexA3ADAA60220a2642
Octal243255252602402426102
Binary101000111010110110101010110010100000101000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADAA; }

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

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

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

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

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

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

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

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