#A5AFAC

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

Shades of Conch #A5AFAC

Tints of Conch #A5AFAC

Color information

#A5AFAC (or 0xA5AFAC) is unknown color: approx Conch. HEX triplet: A5, AF and AC. RGB value is (165,175,172). Sum of RGB (Red+Green+Blue) = 165+175+172=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFAC is #5A5053. Grayscale: #ABABAB. Windows color (decimal): -5918804 or 11317157. OLE color: 11317157.

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

Color convert

RGB165175172-
CMYK0.0600.020.31
HSL162º5.88%66.67%-
HSV(B)162º5.71%68.63%-
XYZ38.2941.6445.05-
YUV171.67128.19123.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=32.23%
G=34.18%
B=33.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751720.0600.020.311625.8866.67
HexA5AFAC6021Fa2643
Octal245257254602372426103
Binary10100101101011111010110011001011111101000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AFAC; }

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

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

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

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

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

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

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

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