#A5B0AF

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

Shades of Conch #A5B0AF

Tints of Conch #A5B0AF

Color information

#A5B0AF (or 0xA5B0AF) is unknown color: approx Conch. HEX triplet: A5, B0 and AF. RGB value is (165,176,175). Sum of RGB (Red+Green+Blue) = 165+176+175=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B0AF is #5A4F50. Grayscale: #ACACAC. Windows color (decimal): -5918545 or 11514021. OLE color: 11514021.

HSL color Cylindrical-coordinate representation of color #A5B0AF: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5B0AF is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB165176175-
CMYK0.0600.010.31
HSL174.55º6.51%66.86%-
HSV(B)174.55º6.25%69.02%-
XYZ38.7842.1546.65-
YUV172.6129.36122.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=31.98%
G=34.11%
B=33.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761750.0600.010.31174.556.5166.86
HexA5B0AF6011Faf743
Octal245260257601372577103
Binary1010010110110000101011111100111111101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B0AF; }

 p { color: rgb(165,176,175); }

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

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

 a { background-color: rgb(165,176,175); }

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

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

 span { border-color: rgb(165,176,175); }

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