#A8B9B7

Color #A8B9B7 Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #A8B9B7

Tints of Conch #A8B9B7

Color information

#A8B9B7 (or 0xA8B9B7) is unknown color: approx Conch. HEX triplet: A8, B9 and B7. RGB value is (168,185,183). Sum of RGB (Red+Green+Blue) = 168+185+183=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9B7 is #574648. Grayscale: #B3B3B3. Windows color (decimal): -5719625 or 12040616. OLE color: 12040616.

HSL color Cylindrical-coordinate representation of color #A8B9B7: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9B7 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB168185183-
CMYK0.0900.010.27
HSL172.94º10.83%69.22%-
HSV(B)172.94º9.19%72.55%-
XYZ42.0446.4451.55-
YUV179.69129.87119.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 183 (71.88% from 255) = 34.14%
R=31.34%
G=34.51%
B=34.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851830.0900.010.27172.9410.8369.22
HexA8B9B79011Badb45
Octal25027126711013325513105
Binary101010001011100110110111100101110111010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9B7; }

 p { color: rgb(168,185,183); }

 H1.HeaderClassName
 {
   color: #A8B9B7;
 }
 .AnyTagClassName
 {
   color: #A8B9B7;
 }
</style>
background-color css

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

 a { background-color: rgb(168,185,183); }

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

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

 span { border-color: rgb(168,185,183); }

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