#A1BCAF

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

Shades of Skeptic #A1BCAF

Tints of Skeptic #A1BCAF

Color information

#A1BCAF (or 0xA1BCAF) is unknown color: approx Skeptic. HEX triplet: A1, BC and AF. RGB value is (161,188,175). Sum of RGB (Red+Green+Blue) = 161+188+175=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAF is #5E4350. Grayscale: #B2B2B2. Windows color (decimal): -6177617 or 11517089. OLE color: 11517089.

HSL color Cylindrical-coordinate representation of color #A1BCAF: hue angle of 151.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB161188175-
CMYK0.1400.070.26
HSL151.11º16.77%68.43%-
HSV(B)151.11º14.36%73.73%-
XYZ40.4246.6447.43-
YUV178.44126.05115.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=30.73%
G=35.88%
B=33.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881750.1400.070.26151.1116.7768.43
HexA1BCAFE071A971144
Octal24127425716073222721104
Binary101000011011110010101111111001111101010010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCAF; }

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

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

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

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

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

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

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

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