#A9B8B5

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

Shades of Conch #A9B8B5

Tints of Conch #A9B8B5

Color information

#A9B8B5 (or 0xA9B8B5) is unknown color: approx Conch. HEX triplet: A9, B8 and B5. RGB value is (169,184,181). Sum of RGB (Red+Green+Blue) = 169+184+181=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8B5 is #56474A. Grayscale: #B3B3B3. Windows color (decimal): -5654347 or 11909289. OLE color: 11909289.

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

Color convert

RGB169184181-
CMYK0.0800.020.28
HSL168º9.55%69.22%-
HSV(B)168º8.15%72.16%-
XYZ41.8446.0550.4-
YUV179.17129.03120.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=31.65%
G=34.46%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841810.0800.020.281689.5569.22
HexA9B8B58021Ca8a45
Octal25127026510023425012105
Binary1010100110111000101101011000010111001010100010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8B5; }

 p { color: rgb(169,184,181); }

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

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

 a { background-color: rgb(169,184,181); }

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

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

 span { border-color: rgb(169,184,181); }

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