#A5B3AF

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

Shades of Conch #A5B3AF

Tints of Conch #A5B3AF

Color information

#A5B3AF (or 0xA5B3AF) is unknown color: approx Conch. HEX triplet: A5, B3 and AF. RGB value is (165,179,175). Sum of RGB (Red+Green+Blue) = 165+179+175=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B3AF is #5A4C50. Grayscale: #AEAEAE. Windows color (decimal): -5917777 or 11514789. OLE color: 11514789.

HSL color Cylindrical-coordinate representation of color #A5B3AF: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B3AF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB165179175-
CMYK0.0800.020.30
HSL162.86º8.43%67.45%-
HSV(B)162.86º7.82%70.2%-
XYZ39.3843.3346.85-
YUV174.36128.36121.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=31.79%
G=34.49%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651791750.0800.020.30162.868.4367.45
HexA5B3AF8021Ea3843
Octal24526325710023624310103
Binary1010010110110011101011111000010111101010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B3AF; }

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

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

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

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

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

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

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

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