#A4B0AE

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

Shades of Conch #A4B0AE

Tints of Conch #A4B0AE

Color information

#A4B0AE (or 0xA4B0AE) is unknown color: approx Conch. HEX triplet: A4, B0 and AE. RGB value is (164,176,174). Sum of RGB (Red+Green+Blue) = 164+176+174=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0AE is #5B4F51. Grayscale: #ACACAC. Windows color (decimal): -5984082 or 11448484. OLE color: 11448484.

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

Color convert

RGB164176174-
CMYK0.0700.010.31
HSL170º7.06%66.67%-
HSV(B)170º6.82%69.02%-
XYZ38.484246.12-
YUV172.18129.02122.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=31.91%
G=34.24%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761740.0700.010.311707.0666.67
HexA4B0AE7011Faa743
Octal244260256701372527103
Binary1010010010110000101011101110111111101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0AE; }

 p { color: rgb(164,176,174); }

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

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

 a { background-color: rgb(164,176,174); }

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

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

 span { border-color: rgb(164,176,174); }

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