#A4AFAC

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

Shades of Conch #A4AFAC

Tints of Conch #A4AFAC

Color information

#A4AFAC (or 0xA4AFAC) is unknown color: approx Conch. HEX triplet: A4, AF and AC. RGB value is (164,175,172). Sum of RGB (Red+Green+Blue) = 164+175+172=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFAC is #5B5053. Grayscale: #ABABAB. Windows color (decimal): -5984340 or 11317156. OLE color: 11317156.

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

Color convert

RGB164175172-
CMYK0.0600.020.31
HSL163.64º6.43%66.47%-
HSV(B)163.64º6.29%68.63%-
XYZ38.0941.5345.04-
YUV171.37128.36122.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=32.09%
G=34.25%
B=33.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641751720.0600.020.31163.646.4366.47
HexA4AFAC6021Fa4642
Octal244257254602372446102
Binary10100100101011111010110011001011111101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFAC; }

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

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

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

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

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

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

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

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