#A3AFAD

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

Shades of Conch #A3AFAD

Tints of Conch #A3AFAD

Color information

#A3AFAD (or 0xA3AFAD) is unknown color: approx Conch. HEX triplet: A3, AF and AD. RGB value is (163,175,173). Sum of RGB (Red+Green+Blue) = 163+175+173=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFAD is #5C5052. Grayscale: #ABABAB. Windows color (decimal): -6049875 or 11382691. OLE color: 11382691.

HSL color Cylindrical-coordinate representation of color #A3AFAD: hue angle of 170º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3AFAD is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB163175173-
CMYK0.0700.010.31
HSL170º6.98%66.27%-
HSV(B)170º6.86%68.63%-
XYZ37.9841.4645.54-
YUV171.18129.02122.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=31.90%
G=34.25%
B=33.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751730.0700.010.311706.9866.27
HexA3AFAD7011Faa742
Octal243257255701372527102
Binary1010001110101111101011011110111111101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFAD; }

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

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

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

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

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

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

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

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