#A7AFAE

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

Shades of Conch #A7AFAE

Tints of Conch #A7AFAE

Color information

#A7AFAE (or 0xA7AFAE) is unknown color: approx Conch. HEX triplet: A7, AF and AE. RGB value is (167,175,174). Sum of RGB (Red+Green+Blue) = 167+175+174=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFAE is #585051. Grayscale: #ACACAC. Windows color (decimal): -5787730 or 11448231. OLE color: 11448231.

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

Color convert

RGB167175174-
CMYK0.0500.010.31
HSL172.5º4.76%67.06%-
HSV(B)172.5º4.57%68.63%-
XYZ38.9141.9346.09-
YUV172.49128.85124.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=32.36%
G=33.91%
B=33.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751740.0500.010.31172.54.7667.06
HexA7AFAE5011Fac543
Octal247257256501372545103
Binary1010011110101111101011101010111111101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFAE; }

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

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

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

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

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

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

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

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