#A4B5B3

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

Shades of Conch #A4B5B3

Tints of Conch #A4B5B3

Color information

#A4B5B3 (or 0xA4B5B3) is unknown color: approx Conch. HEX triplet: A4, B5 and B3. RGB value is (164,181,179). Sum of RGB (Red+Green+Blue) = 164+181+179=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5B3 is #5B4A4C. Grayscale: #AFAFAF. Windows color (decimal): -5982797 or 11777444. OLE color: 11777444.

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

Color convert

RGB164181179-
CMYK0.0900.010.29
HSL172.94º10.3%67.65%-
HSV(B)172.94º9.39%70.98%-
XYZ39.9744.1949.07-
YUV175.69129.87119.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=31.30%
G=34.54%
B=34.16%

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
Decimal1641811790.0900.010.29172.9410.367.65
HexA4B5B39011Dada44
Octal24426526311013525512104
Binary101001001011010110110011100101111011010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5B3; }

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

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

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

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

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

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

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

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