Html Css Color HEX #A3ADAB Conch

📋 copy color: '#A3ADAB'

red 163 ◦ green 173 ◦ blue 171

#A3ADAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #A3ADAB

Tints of Conch #A3ADAB

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 value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A3ADAB (or 0xA3ADAB) is known color: 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

RGB 163 173 171 -
CMYK 0.06 0 0.01 0.32
HSL 168º 0.06% 0.66% -
HSV(B) 168º 0.06% 0.68% -
XYZ 37.4 40.61 44.4 -
YUV 169.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 163 173 171 0.06 0 0.01 0.32 168 0.06 0.66
Hex A3 AD AB 6 0 1 20 A8 6 42
Octal 243 255 253 6 0 1 40 250 6 102
Binary 10100011 10101101 10101011 110 0 1 100000 10101000 110 1000010

Color Harmonies of #A3ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ADAB

Black with #A3ADAB

Text Example


Text Example

White with #A3ADAB

Text Example


Text Example

HTML Codes & Css Web 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>