#A4ADAB

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

Shades of Conch #A4ADAB

Tints of Conch #A4ADAB

Color information

#A4ADAB (or 0xA4ADAB) is unknown color: approx Conch. HEX triplet: A4, AD and AB. RGB value is (164,173,171). Sum of RGB (Red+Green+Blue) = 164+173+171=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAB is #5B5254. Grayscale: #AAAAAA. Windows color (decimal): -5984853 or 11251108. OLE color: 11251108.

HSL color Cylindrical-coordinate representation of color #A4ADAB: 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 #A4ADAB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB164173171-
CMYK0.0500.010.32
HSL166.67º5.2%66.08%-
HSV(B)166.67º5.2%67.84%-
XYZ37.640.7244.41-
YUV170.08128.52123.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=32.28%
G=34.06%
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
Decimal1641731710.0500.010.32166.675.266.08
HexA4ADAB50120a7542
Octal244255253501402475102
Binary10100100101011011010101110101100000101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADAB; }

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

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

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

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

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

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

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

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