#A4BAAE

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

Shades of Skeptic #A4BAAE

Tints of Skeptic #A4BAAE

Color information

#A4BAAE (or 0xA4BAAE) is unknown color: approx Skeptic. HEX triplet: A4, BA and AE. RGB value is (164,186,174). Sum of RGB (Red+Green+Blue) = 164+186+174=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAAE is #5B4551. Grayscale: #B2B2B2. Windows color (decimal): -5981522 or 11451044. OLE color: 11451044.

HSL color Cylindrical-coordinate representation of color #A4BAAE: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAAE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB164186174-
CMYK0.1200.060.27
HSL147.27º13.75%68.63%-
HSV(B)147.27º11.83%72.94%-
XYZ40.5146.0746.8-
YUV178.05125.71117.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=31.30%
G=35.50%
B=33.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861740.1200.060.27147.2713.7568.63
HexA4BAAEC061B93e45
Octal24427225614063322316105
Binary10100100101110101010111011000110110111001001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAAE; }

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

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

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

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

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

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

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

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