#A3B0AE

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

Shades of Conch #A3B0AE

Tints of Conch #A3B0AE

Color information

#A3B0AE (or 0xA3B0AE) is unknown color: approx Conch. HEX triplet: A3, B0 and AE. RGB value is (163,176,174). Sum of RGB (Red+Green+Blue) = 163+176+174=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B0AE is #5C4F51. Grayscale: #ABABAB. Windows color (decimal): -6049618 or 11448483. OLE color: 11448483.

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

Color convert

RGB163176174-
CMYK0.0700.010.31
HSL170.77º7.6%66.47%-
HSV(B)170.77º7.39%69.02%-
XYZ38.2741.8946.11-
YUV171.88129.19121.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=31.77%
G=34.31%
B=33.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761740.0700.010.31170.777.666.47
HexA3B0AE7011Fab842
Octal2432602567013725310102
Binary10100011101100001010111011101111111010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B0AE; }

 p { color: rgb(163,176,174); }

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

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

 a { background-color: rgb(163,176,174); }

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

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

 span { border-color: rgb(163,176,174); }

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