#A5AEAC

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

Shades of Conch #A5AEAC

Tints of Conch #A5AEAC

Color information

#A5AEAC (or 0xA5AEAC) is unknown color: approx Conch. HEX triplet: A5, AE and AC. RGB value is (165,174,172). Sum of RGB (Red+Green+Blue) = 165+174+172=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AEAC is #5A5153. Grayscale: #ABABAB. Windows color (decimal): -5919060 or 11316901. OLE color: 11316901.

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

Color convert

RGB165174172-
CMYK0.0500.010.32
HSL166.67º5.26%66.47%-
HSV(B)166.67º5.17%68.24%-
XYZ38.141.2544.98-
YUV171.08128.52123.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=32.29%
G=34.05%
B=33.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741720.0500.010.32166.675.2666.47
HexA5AEAC50120a7542
Octal245256254501402475102
Binary10100101101011101010110010101100000101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEAC; }

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

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

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

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

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

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

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

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