#A4B3AF

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

Shades of Conch #A4B3AF

Tints of Conch #A4B3AF

Color information

#A4B3AF (or 0xA4B3AF) is unknown color: approx Conch. HEX triplet: A4, B3 and AF. RGB value is (164,179,175). Sum of RGB (Red+Green+Blue) = 164+179+175=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B3AF is #5B4C50. Grayscale: #AEAEAE. Windows color (decimal): -5983313 or 11514788. OLE color: 11514788.

HSL color Cylindrical-coordinate representation of color #A4B3AF: hue angle of 164º degrees, saturation: 0.09, 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 #A4B3AF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB164179175-
CMYK0.0800.020.30
HSL164º8.98%67.25%-
HSV(B)164º8.38%70.2%-
XYZ39.1743.2346.84-
YUV174.06128.53120.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=31.66%
G=34.56%
B=33.78%

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
Decimal1641791750.0800.020.301648.9867.25
HexA4B3AF8021Ea4943
Octal24426325710023624411103
Binary1010010010110011101011111000010111101010010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3AF; }

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

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

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

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

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

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

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

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