#A4AFAE

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

Shades of Conch #A4AFAE

Tints of Conch #A4AFAE

Color information

#A4AFAE (or 0xA4AFAE) is unknown color: approx Conch. HEX triplet: A4, AF and AE. RGB value is (164,175,174). Sum of RGB (Red+Green+Blue) = 164+175+174=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AFAE is #5B5051. Grayscale: #ABABAB. Windows color (decimal): -5984338 or 11448228. OLE color: 11448228.

HSL color Cylindrical-coordinate representation of color #A4AFAE: hue angle of 174.55º 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 #A4AFAE is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB164175174-
CMYK0.0600.010.31
HSL174.55º6.43%66.47%-
HSV(B)174.55º6.29%68.63%-
XYZ38.2841.6146.06-
YUV171.6129.36122.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=31.97%
G=34.11%
B=33.92%

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
Decimal1641751740.0600.010.31174.556.4366.47
HexA4AFAE6011Faf642
Octal244257256601372576102
Binary1010010010101111101011101100111111101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFAE; }

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

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

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

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

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

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

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

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