#A0AFAC

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

Shades of Conch #A0AFAC

Tints of Conch #A0AFAC

Color information

#A0AFAC (or 0xA0AFAC) is unknown color: approx Conch. HEX triplet: A0, AF and AC. RGB value is (160,175,172). Sum of RGB (Red+Green+Blue) = 160+175+172=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAC is #5F5053. Grayscale: #AAAAAA. Windows color (decimal): -6246484 or 11317152. OLE color: 11317152.

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

Color convert

RGB160175172-
CMYK0.0900.020.31
HSL168º8.57%65.69%-
HSV(B)168º8.57%68.63%-
XYZ37.2741.1145-
YUV170.17129.03120.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=31.56%
G=34.52%
B=33.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751720.0900.020.311688.5765.69
HexA0AFAC9021Fa8942
Octal24025725411023725011102
Binary1010000010101111101011001001010111111010100010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFAC; }

 p { color: rgb(160,175,172); }

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

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

 a { background-color: rgb(160,175,172); }

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

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

 span { border-color: rgb(160,175,172); }

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