#A4B8AE

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

Shades of Skeptic #A4B8AE

Tints of Skeptic #A4B8AE

Color information

#A4B8AE (or 0xA4B8AE) is unknown color: approx Skeptic. HEX triplet: A4, B8 and AE. RGB value is (164,184,174). Sum of RGB (Red+Green+Blue) = 164+184+174=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B8AE is #5B4751. Grayscale: #B0B0B0. Windows color (decimal): -5982034 or 11450532. OLE color: 11450532.

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

Color convert

RGB164184174-
CMYK0.1100.050.28
HSL150º12.35%68.24%-
HSV(B)150º10.87%72.16%-
XYZ40.0945.2346.66-
YUV176.88126.37118.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=31.42%
G=35.25%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841740.1100.050.2815012.3568.24
HexA4B8AEB051C96c44
Octal24427025613053422614104
Binary10100100101110001010111010110101111001001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B8AE; }

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

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

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

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

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

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

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

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