#A0B4AF

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

Shades of Conch #A0B4AF

Tints of Conch #A0B4AF

Color information

#A0B4AF (or 0xA0B4AF) is unknown color: approx Conch. HEX triplet: A0, B4 and AF. RGB value is (160,180,175). Sum of RGB (Red+Green+Blue) = 160+180+175=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4AF is #5F4B50. Grayscale: #ADADAD. Windows color (decimal): -6245201 or 11515040. OLE color: 11515040.

HSL color Cylindrical-coordinate representation of color #A0B4AF: hue angle of 165º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B4AF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB160180175-
CMYK0.1100.030.29
HSL165º11.76%66.67%-
HSV(B)165º11.11%70.59%-
XYZ38.5643.2146.87-
YUV173.45128.87118.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=31.07%
G=34.95%
B=33.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801750.1100.030.2916511.7666.67
HexA0B4AFB031Da5c43
Octal24026425713033524514103
Binary1010000010110100101011111011011111011010010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B4AF; }

 p { color: rgb(160,180,175); }

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

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

 a { background-color: rgb(160,180,175); }

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

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

 span { border-color: rgb(160,180,175); }

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