#A1BEAD

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

Shades of Skeptic #A1BEAD

Tints of Skeptic #A1BEAD

Color information

#A1BEAD (or 0xA1BEAD) is unknown color: approx Skeptic. HEX triplet: A1, BE and AD. RGB value is (161,190,173). Sum of RGB (Red+Green+Blue) = 161+190+173=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAD is #5E4152. Grayscale: #B3B3B3. Windows color (decimal): -6177107 or 11386529. OLE color: 11386529.

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

Color convert

RGB161190173-
CMYK0.1500.090.25
HSL144.83º18.24%68.82%-
HSV(B)144.83º15.26%74.51%-
XYZ40.6547.4246.55-
YUV179.39124.39114.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=30.73%
G=36.26%
B=33.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901730.1500.090.25144.8318.2468.82
HexA1BEADF0919911245
Octal241276255170113122122105
Binary1010000110111110101011011111010011100110010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEAD; }

 p { color: rgb(161,190,173); }

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

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

 a { background-color: rgb(161,190,173); }

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

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

 span { border-color: rgb(161,190,173); }

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