#A4B5AB

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

Shades of Skeptic #A4B5AB

Tints of Skeptic #A4B5AB

Color information

#A4B5AB (or 0xA4B5AB) is unknown color: approx Skeptic. HEX triplet: A4, B5 and AB. RGB value is (164,181,171). Sum of RGB (Red+Green+Blue) = 164+181+171=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5AB is #5B4A54. Grayscale: #AEAEAE. Windows color (decimal): -5982805 or 11253156. OLE color: 11253156.

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

Color convert

RGB164181171-
CMYK0.0900.060.29
HSL144.71º10.3%67.65%-
HSV(B)144.71º9.39%70.98%-
XYZ39.1843.8844.93-
YUV174.78125.87120.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=31.78%
G=35.08%
B=33.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811710.0900.060.29144.7110.367.65
HexA4B5AB9061D91a44
Octal24426525311063522112104
Binary10100100101101011010101110010110111011001000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5AB; }

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

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

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

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

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

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

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

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