#A8AFAE

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

Shades of Conch #A8AFAE

Tints of Conch #A8AFAE

Color information

#A8AFAE (or 0xA8AFAE) is unknown color: approx Conch. HEX triplet: A8, AF and AE. RGB value is (168,175,174). Sum of RGB (Red+Green+Blue) = 168+175+174=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAE is #575051. Grayscale: #ACACAC. Windows color (decimal): -5722194 or 11448232. OLE color: 11448232.

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

Color convert

RGB168175174-
CMYK0.0400.010.31
HSL171.43º4.19%67.25%-
HSV(B)171.43º4%68.63%-
XYZ39.1242.0446.1-
YUV172.79128.68124.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=32.50%
G=33.85%
B=33.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751740.0400.010.31171.434.1967.25
HexA8AFAE4011Fab443
Octal250257256401372534103
Binary1010100010101111101011101000111111101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFAE; }

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

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

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

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

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

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

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

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