#A4B4B6

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

Shades of Casper #A4B4B6

Tints of Casper #A4B4B6

Color information

#A4B4B6 (or 0xA4B4B6) is unknown color: approx Casper. HEX triplet: A4, B4 and B6. RGB value is (164,180,182). Sum of RGB (Red+Green+Blue) = 164+180+182=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 182 - color contains mainly: blue. Hex color #A4B4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B4B6 is #5B4B49. Grayscale: #AFAFAF. Windows color (decimal): -5983050 or 11973796. OLE color: 11973796.

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

Color convert

RGB164180182-
CMYK0.100.0100.29
HSL186.67º10.98%67.84%-
HSV(B)186.67º9.89%71.37%-
XYZ40.0743.9150.62-
YUV175.44131.7119.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=31.18%
G=34.22%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801820.100.0100.29186.6710.9867.84
HexA4B4B6A101Dbbb44
Octal24426426612103527313104
Binary101001001011010010110110101010111011011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4B6; }

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

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

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

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

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

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

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

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