#A3ADAB

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

Shades of Conch #A3ADAB

Tints of Conch #A3ADAB

Color information

#A3ADAB (or 0xA3ADAB) is unknown color: approx Conch. HEX triplet: A3, AD and AB. RGB value is (163,173,171). Sum of RGB (Red+Green+Blue) = 163+173+171=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 173 - color contains mainly: green. Hex color #A3ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAB is #5C5254. Grayscale: #A9A9A9. Windows color (decimal): -6050389 or 11251107. OLE color: 11251107.

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

Color convert

RGB163173171-
CMYK0.0600.010.32
HSL168º5.75%65.88%-
HSV(B)168º5.78%67.84%-
XYZ37.440.6144.4-
YUV169.78128.69123.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=32.15%
G=34.12%
B=33.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731710.0600.010.321685.7565.88
HexA3ADAB60120a8642
Octal243255253601402506102
Binary10100011101011011010101111001100000101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADAB; }

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

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

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

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

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

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

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

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