#A7AFAD

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

Shades of Conch #A7AFAD

Tints of Conch #A7AFAD

Color information

#A7AFAD (or 0xA7AFAD) is unknown color: approx Conch. HEX triplet: A7, AF and AD. RGB value is (167,175,173). Sum of RGB (Red+Green+Blue) = 167+175+173=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFAD is #585052. Grayscale: #ACACAC. Windows color (decimal): -5787731 or 11382695. OLE color: 11382695.

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

Color convert

RGB167175173-
CMYK0.0500.010.31
HSL165º4.76%67.06%-
HSV(B)165º4.57%68.63%-
XYZ38.8141.8945.58-
YUV172.38128.35124.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=32.43%
G=33.98%
B=33.59%

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
Decimal1671751730.0500.010.311654.7667.06
HexA7AFAD5011Fa5543
Octal247257255501372455103
Binary1010011110101111101011011010111111101001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFAD; }

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

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

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

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

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

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

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

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