#A4B1AD

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

Shades of Conch #A4B1AD

Tints of Conch #A4B1AD

Color information

#A4B1AD (or 0xA4B1AD) is unknown color: approx Conch. HEX triplet: A4, B1 and AD. RGB value is (164,177,173). Sum of RGB (Red+Green+Blue) = 164+177+173=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1AD is #5B4E52. Grayscale: #ACACAC. Windows color (decimal): -5983827 or 11383204. OLE color: 11383204.

HSL color Cylindrical-coordinate representation of color #A4B1AD: hue angle of 161.54º degrees, saturation: 0.08, 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 #A4B1AD is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB164177173-
CMYK0.0700.020.31
HSL161.54º7.69%66.86%-
HSV(B)161.54º7.34%69.41%-
XYZ38.5742.3545.68-
YUV172.66128.19121.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=31.91%
G=34.44%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771730.0700.020.31161.547.6966.86
HexA4B1AD7021Fa2843
Octal2442612557023724210103
Binary101001001011000110101101111010111111010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B1AD; }

 p { color: rgb(164,177,173); }

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

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

 a { background-color: rgb(164,177,173); }

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

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

 span { border-color: rgb(164,177,173); }

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