#A4B5B0

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

Shades of Conch #A4B5B0

Tints of Conch #A4B5B0

Color information

#A4B5B0 (or 0xA4B5B0) is unknown color: approx Conch. HEX triplet: A4, B5 and B0. RGB value is (164,181,176). Sum of RGB (Red+Green+Blue) = 164+181+176=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5B0 is #5B4A4F. Grayscale: #AFAFAF. Windows color (decimal): -5982800 or 11580836. OLE color: 11580836.

HSL color Cylindrical-coordinate representation of color #A4B5B0: hue angle of 162.35º 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 #A4B5B0 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB164181176-
CMYK0.0900.030.29
HSL162.35º10.3%67.65%-
HSV(B)162.35º9.39%70.98%-
XYZ39.6744.0747.49-
YUV175.35128.37119.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=31.48%
G=34.74%
B=33.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811760.0900.030.29162.3510.367.65
HexA4B5B09031Da2a44
Octal24426526011033524212104
Binary1010010010110101101100001001011111011010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5B0; }

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

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

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

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

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

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

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

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