Html Css Color HEX #A5B7B6 Conch

📋 copy color: '#A5B7B6'

red 165 ◦ green 183 ◦ blue 182

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

Shades of Conch #A5B7B6

Tints of Conch #A5B7B6

RGB

 RED value IS 165 (64.84% from 255) = 31.13%

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

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

R = 31.13%
G = 34.53%
B = 34.34%

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

#A5B7B6 (or 0xA5B7B6) is known color: Conch. HEX triplet: A5, B7 and B6. RGB value is (165,183,182). Sum of RGB (Red+Green+Blue) = 165+183+182=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7B6 is #5A4849. Grayscale: #B1B1B1. Windows color (decimal): -5916746 or 11974565. OLE color: 11974565.

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

Color convert

RGB 165 183 182 -
CMYK 0.10 0 0.01 0.28
HSL 176.67º 0.11% 0.68% -
HSV(B) 176.67º 0.1% 0.72% -
XYZ 40.89 45.24 50.83 -
YUV 177.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 165 183 182 0.10 0 0.01 0.28 176.67 0.11 0.68
Hex A5 B7 B6 A 0 1 1C B1 B 44
Octal 245 267 266 12 0 1 34 261 13 104
Binary 10100101 10110111 10110110 1010 0 1 11100 10110001 1011 1000100

Color Harmonies of #A5B7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B7B6

Black with #A5B7B6

Text Example


Text Example

White with #A5B7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B7B6; }

 p { color: rgb(165,183,182); }

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

background-color css

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

 a { background-color: rgb(165,183,182); }

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

border-color css

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

 span { border-color: rgb(165,183,182); }

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