Html Css Color HEX #A6B0AD Conch

📋 copy color: '#A6B0AD'

red 166 ◦ green 176 ◦ blue 173

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

Shades of Conch #A6B0AD

Tints of Conch #A6B0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.17%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 32.23%
G = 34.17%
B = 33.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A6B0AD (or 0xA6B0AD) is known color: Conch. HEX triplet: A6, B0 and AD. RGB value is (166,176,173). Sum of RGB (Red+Green+Blue) = 166+176+173=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0AD is #594F52. Grayscale: #ACACAC. Windows color (decimal): -5853011 or 11382950. OLE color: 11382950.

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

Color convert

RGB 166 176 173 -
CMYK 0.06 0 0.02 0.31
HSL 162º 0.06% 0.67% -
HSV(B) 162º 0.06% 0.69% -
XYZ 38.79 42.17 45.63 -
YUV 172.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 166 176 173 0.06 0 0.02 0.31 162 0.06 0.67
Hex A6 B0 AD 6 0 2 1F A2 6 43
Octal 246 260 255 6 0 2 37 242 6 103
Binary 10100110 10110000 10101101 110 0 10 11111 10100010 110 1000011

Color Harmonies of #A6B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B0AD

Black with #A6B0AD

Text Example


Text Example

White with #A6B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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