#A1BEAF

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

Shades of Skeptic #A1BEAF

Tints of Skeptic #A1BEAF

Color information

#A1BEAF (or 0xA1BEAF) is unknown color: approx Skeptic. HEX triplet: A1, BE and AF. RGB value is (161,190,175). Sum of RGB (Red+Green+Blue) = 161+190+175=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAF is #5E4150. Grayscale: #B3B3B3. Windows color (decimal): -6177105 or 11517601. OLE color: 11517601.

HSL color Cylindrical-coordinate representation of color #A1BEAF: hue angle of 148.97º 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 #A1BEAF is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB161190175-
CMYK0.1500.080.25
HSL148.97º18.24%68.82%-
HSV(B)148.97º15.26%74.51%-
XYZ40.8547.547.57-
YUV179.62125.39114.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=30.61%
G=36.12%
B=33.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901750.1500.080.25148.9718.2468.82
HexA1BEAFF0819951245
Octal241276257170103122522105
Binary1010000110111110101011111111010001100110010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEAF; }

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

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

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

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

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

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

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

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