#A4BEAE

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

Shades of Skeptic #A4BEAE

Tints of Skeptic #A4BEAE

Color information

#A4BEAE (or 0xA4BEAE) is unknown color: approx Skeptic. HEX triplet: A4, BE and AE. RGB value is (164,190,174). Sum of RGB (Red+Green+Blue) = 164+190+174=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEAE is #5B4151. Grayscale: #B4B4B4. Windows color (decimal): -5980498 or 11452068. OLE color: 11452068.

HSL color Cylindrical-coordinate representation of color #A4BEAE: hue angle of 143.08º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BEAE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB164190174-
CMYK0.1400.080.25
HSL143.08º16.67%69.41%-
HSV(B)143.08º13.68%74.51%-
XYZ41.3647.7847.09-
YUV180.4124.39116.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=31.06%
G=35.98%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641901740.1400.080.25143.0816.6769.41
HexA4BEAEE08198f1145
Octal244276256160103121721105
Binary1010010010111110101011101110010001100110001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BEAE; }

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

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

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

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

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

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

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

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