Html Css Color HEX #A6ADAB Conch

📋 copy color: '#A6ADAB'

red 166 ◦ green 173 ◦ blue 171

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

Shades of Conch #A6ADAB

Tints of Conch #A6ADAB

RGB

 RED value IS 166 (65.23% from 255) = 32.55%

 GREEN value IS 173 (67.97% from 255) = 33.92%

 BLUE value IS 171 (67.19% from 255) = 33.53%

R = 32.55%
G = 33.92%
B = 33.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#A6ADAB (or 0xA6ADAB) is known color: Conch. HEX triplet: A6, AD and AB. RGB value is (166,173,171). Sum of RGB (Red+Green+Blue) = 166+173+171=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAB is #595254. Grayscale: #AAAAAA. Windows color (decimal): -5853781 or 11251110. OLE color: 11251110.

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

Color convert

RGB 166 173 171 -
CMYK 0.04 0 0.01 0.32
HSL 162.86º 0.04% 0.66% -
HSV(B) 162.86º 0.04% 0.68% -
XYZ 38.02 40.93 44.43 -
YUV 170.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 166 173 171 0.04 0 0.01 0.32 162.86 0.04 0.66
Hex A6 AD AB 4 0 1 20 A3 4 42
Octal 246 255 253 4 0 1 40 243 4 102
Binary 10100110 10101101 10101011 100 0 1 100000 10100011 100 1000010

Color Harmonies of #A6ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADAB

Black with #A6ADAB

Text Example


Text Example

White with #A6ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADAB; }

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

 H1.HeaderClassName
 {
   color: #A6ADAB;
 }
 .AnyTagClassName
 {
   color: #A6ADAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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