Html Css Color HEX #A6B8B6 Conch

📋 copy color: '#A6B8B6'

red 166 ◦ green 184 ◦ blue 182

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

Shades of Conch #A6B8B6

Tints of Conch #A6B8B6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

 BLUE value IS 182 (71.48% from 255) = 34.21%

R = 31.2%
G = 34.59%
B = 34.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#A6B8B6 (or 0xA6B8B6) is known color: Conch. HEX triplet: A6, B8 and B6. RGB value is (166,184,182). Sum of RGB (Red+Green+Blue) = 166+184+182=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8B6 is #594749. Grayscale: #B2B2B2. Windows color (decimal): -5850954 or 11974822. OLE color: 11974822.

HSL color Cylindrical-coordinate representation of color #A6B8B6: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6B8B6 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 182 -
CMYK 0.10 0 0.01 0.28
HSL 173.33º 0.11% 0.69% -
HSV(B) 173.33º 0.1% 0.72% -
XYZ 41.31 45.77 50.91 -
YUV 178.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 166 184 182 0.10 0 0.01 0.28 173.33 0.11 0.69
Hex A6 B8 B6 A 0 1 1C AD B 45
Octal 246 270 266 12 0 1 34 255 13 105
Binary 10100110 10111000 10110110 1010 0 1 11100 10101101 1011 1000101

Color Harmonies of #A6B8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8B6

Black with #A6B8B6

Text Example


Text Example

White with #A6B8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8B6; }

 p { color: rgb(166,184,182); }

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

background-color css

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

 a { background-color: rgb(166,184,182); }

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

border-color css

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

 span { border-color: rgb(166,184,182); }

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