Html Css Color HEX #A6B7B3 Conch

📋 copy color: '#A6B7B3'

red 166 ◦ green 183 ◦ blue 179

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

Shades of Conch #A6B7B3

Tints of Conch #A6B7B3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

 BLUE value IS 179 (70.31% from 255) = 33.9%

R = 31.44%
G = 34.66%
B = 33.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#A6B7B3 (or 0xA6B7B3) is known color: Conch. HEX triplet: A6, B7 and B3. RGB value is (166,183,179). Sum of RGB (Red+Green+Blue) = 166+183+179=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7B3 is #59484C. Grayscale: #B1B1B1. Windows color (decimal): -5851213 or 11777958. OLE color: 11777958.

HSL color Cylindrical-coordinate representation of color #A6B7B3: hue angle of 165.88º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B7B3 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 179 -
CMYK 0.09 0 0.02 0.28
HSL 165.88º 0.11% 0.68% -
HSV(B) 165.88º 0.09% 0.72% -
XYZ 40.8 45.23 49.23 -
YUV 177.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 166 183 179 0.09 0 0.02 0.28 165.88 0.11 0.68
Hex A6 B7 B3 9 0 2 1C A6 B 44
Octal 246 267 263 11 0 2 34 246 13 104
Binary 10100110 10110111 10110011 1001 0 10 11100 10100110 1011 1000100

Color Harmonies of #A6B7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B7B3

Black with #A6B7B3

Text Example


Text Example

White with #A6B7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B7B3; }

 p { color: rgb(166,183,179); }

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

background-color css

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

 a { background-color: rgb(166,183,179); }

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

border-color css

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

 span { border-color: rgb(166,183,179); }

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