#A7ABAA

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

Shades of Conch #A7ABAA

Tints of Conch #A7ABAA

Color information

#A7ABAA (or 0xA7ABAA) is unknown color: approx Conch. HEX triplet: A7, AB and AA. RGB value is (167,171,170). Sum of RGB (Red+Green+Blue) = 167+171+170=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 171 - color contains mainly: green. Hex color #A7ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ABAA is #585455. Grayscale: #A9A9A9. Windows color (decimal): -5788758 or 11185063. OLE color: 11185063.

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

Color convert

RGB167171170-
CMYK0.0200.010.33
HSL165º2.33%66.27%-
HSV(B)165º2.34%67.06%-
XYZ37.7540.2443.81-
YUV169.69128.17126.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=32.87%
G=33.66%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711700.0200.010.331652.3366.27
HexA7ABAA20121a5242
Octal247253252201412452102
Binary101001111010101110101010100110000110100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABAA; }

 p { color: rgb(167,171,170); }

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

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

 a { background-color: rgb(167,171,170); }

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

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

 span { border-color: rgb(167,171,170); }

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