#A4B7B5

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

Shades of Conch #A4B7B5

Tints of Conch #A4B7B5

Color information

#A4B7B5 (or 0xA4B7B5) is unknown color: approx Conch. HEX triplet: A4, B7 and B5. RGB value is (164,183,181). Sum of RGB (Red+Green+Blue) = 164+183+181=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7B5 is #5B484A. Grayscale: #B1B1B1. Windows color (decimal): -5982283 or 11909028. OLE color: 11909028.

HSL color Cylindrical-coordinate representation of color #A4B7B5: hue angle of 173.68º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7B5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB164183181-
CMYK0.1000.010.28
HSL173.68º11.66%68.04%-
HSV(B)173.68º10.38%71.76%-
XYZ40.5845.150.28-
YUV177.09130.21118.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=31.06%
G=34.66%
B=34.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831810.1000.010.28173.6811.6668.04
HexA4B7B5A011Caec44
Octal24426726512013425614104
Binary101001001011011110110101101001111001010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7B5; }

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

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

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

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

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

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

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

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