#A4B4B3

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

Shades of Conch #A4B4B3

Tints of Conch #A4B4B3

Color information

#A4B4B3 (or 0xA4B4B3) is unknown color: approx Conch. HEX triplet: A4, B4 and B3. RGB value is (164,180,179). Sum of RGB (Red+Green+Blue) = 164+180+179=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4B3 is #5B4B4C. Grayscale: #AFAFAF. Windows color (decimal): -5983053 or 11777188. OLE color: 11777188.

HSL color Cylindrical-coordinate representation of color #A4B4B3: hue angle of 176.25º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4B4B3 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB164180179-
CMYK0.0900.010.29
HSL176.25º9.64%67.45%-
HSV(B)176.25º8.89%70.59%-
XYZ39.7743.7949-
YUV175.1130.2120.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=31.36%
G=34.42%
B=34.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801790.0900.010.29176.259.6467.45
HexA4B4B39011Db0a43
Octal24426426311013526012103
Binary101001001011010010110011100101111011011000010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4B3; }

 p { color: rgb(164,180,179); }

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

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

 a { background-color: rgb(164,180,179); }

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

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

 span { border-color: rgb(164,180,179); }

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