#A4B5AE

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

Shades of Skeptic #A4B5AE

Tints of Skeptic #A4B5AE

Color information

#A4B5AE (or 0xA4B5AE) is unknown color: approx Skeptic. HEX triplet: A4, B5 and AE. RGB value is (164,181,174). Sum of RGB (Red+Green+Blue) = 164+181+174=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5AE is #5B4A51. Grayscale: #AFAFAF. Windows color (decimal): -5982802 or 11449764. OLE color: 11449764.

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

Color convert

RGB164181174-
CMYK0.0900.040.29
HSL155.29º10.3%67.65%-
HSV(B)155.29º9.39%70.98%-
XYZ39.474446.46-
YUV175.12127.37120.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=31.60%
G=34.87%
B=33.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811740.0900.040.29155.2910.367.65
HexA4B5AE9041D9ba44
Octal24426525611043523312104
Binary10100100101101011010111010010100111011001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5AE; }

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

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

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

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

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

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

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

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