Html Css Color HEX #A6B6B5 Conch

📋 copy color: '#A6B6B5'

red 166 ◦ green 182 ◦ blue 181

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

Shades of Conch #A6B6B5

Tints of Conch #A6B6B5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 31.38%
G = 34.4%
B = 34.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#A6B6B5 (or 0xA6B6B5) is known color: Conch. HEX triplet: A6, B6 and B5. RGB value is (166,182,181). Sum of RGB (Red+Green+Blue) = 166+182+181=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6B5 is #59494A. Grayscale: #B1B1B1. Windows color (decimal): -5851467 or 11908774. OLE color: 11908774.

HSL color Cylindrical-coordinate representation of color #A6B6B5: hue angle of 176.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B6B5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 181 -
CMYK 0.09 0 0.01 0.29
HSL 176.25º 0.1% 0.68% -
HSV(B) 176.25º 0.09% 0.71% -
XYZ 40.79 44.9 50.23 -
YUV 177.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 166 182 181 0.09 0 0.01 0.29 176.25 0.1 0.68
Hex A6 B6 B5 9 0 1 1D B0 A 44
Octal 246 266 265 11 0 1 35 260 12 104
Binary 10100110 10110110 10110101 1001 0 1 11101 10110000 1010 1000100

Color Harmonies of #A6B6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B6B5

Black with #A6B6B5

Text Example


Text Example

White with #A6B6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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